You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add our coding standards
* use php 8 for linting
* phpcbf fixes
* ignore tests for linting
* adjust and fix sniffs for object-cache.php drop-in
* check if all the server global values
* fix sniffs for WP CLI commands
* do a composer update before install for 7.4
* make the $cache property public
* fix composer update & install in both 7.4 tests
* set $cache_hits property to true
* set redis_calls property to public
* set is_redis_connected property to public
* revert wp_redis_ignore_global_groups const value
* make all the private and protected properties public
* use short arrays again
* remove parenthesis when we instantiate the class
* set object-cache back to what it was
* remove extra isset checks
* add the issets back to the database param
* add original object-cache file back
* use the version of the upstream tests that maybe have the issues fixed
* update the upstream tests
* Revert "add original object-cache file back"
This reverts commit 1fc2b66.
* restore cli.php and wp-redis.php back to what they were
* remove the upstream behat tests
these are failing because they're old and need to be updated. they have nothing to do with the plugin itself
* add some echos
* wordpress isn't actually getting installed
break the brackets
* one line, brackets and remove the &
* guess we can't do this on one line
* don't need that semicolon
i don't think
* okay fine, put it back the way it was
* enable redis before flushing cache
* enable redis on the entire site (not env) and add a wait command
* enable redis early
so we aren't potentially waiting for other things later
* don't need to wait
* don't need to enable because it's already enabled
* don't need an isset, we already know it's set
* use strip all tags instead of sanitize_text_field
* don't activate redis twice and flush cache after wp-redis is active
* re-add composer.lock
* re-add composer update for 7.4
0 commit comments