wp-redis icon indicating copy to clipboard operation
wp-redis copied to clipboard

WordPress Object Cache using Redis.

Results 29 wp-redis issues
Sort by recently updated
recently updated
newest added

This plugin doesn't support adding a reader and writer endpoint for a replica. Could a reader host be added for all the gets, and a writer host be added for...

enhancement

PHPUnit 7 and PHP 7.4 combined throw this error: ``` 1) CacheTest::test_setup_connection_throws_exception Function ReflectionType::__toString() is deprecated ``` The test was skipped for PHP 7.4 in 9ff653e51842d712b2b50978efade0f8a0ba8697. After we upgrade to...

In f638c97, I skipped a couple of tests that fail in PHP 7. Example failed build https://travis-ci.org/pantheon-systems/wp-redis/builds/202458492 ### PHP 7.1 ``` 1) CacheTest::test_redis_reload_force_cache_flush Failed asserting that two strings are equal....

bug

A PR for your consideration: There may be cases where the correct Redis class does not exist, this case will be handled gracefully. Or there may be a case where...

Fixes https://github.com/pantheon-systems/wp-redis/issues/442

Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 2.0.1 to 3.0.0. Release notes Sourced from yoast/phpunit-polyfills's releases. 3.0.0 - 2024-09-07 PHPUnit 11 support This release updates the PHPUnit Polyfills to allow for "writing your tests...

dependencies

Bumps [pantheon-systems/wpunit-helpers](https://github.com/pantheon-systems/wpunit-helpers) from 2.0.0 to 2.0.1. Release notes Sourced from pantheon-systems/wpunit-helpers's releases. v2.0.1 What's Changed [SITE-1547] Update CODEOWNERS for new team names by @​greg-1-anderson in pantheon-systems/wpunit-helpers#4 New Contributors @​greg-1-anderson made...

dependencies

We recently encountered a scenario on a project where two simultaneous REST API calls updated post meta on the same post. The updates themselves were saved to the database without...