Continuous Redis reads and writes after enabling
-
When I run
redis-cli flushall
, enable the plugin and select “Enable object cache”, a stream of continuous Redis reads and writes start. These are seemingly option, transient and post reads/writes. I let it run for 30 minutes, but the operations did not stop. These operations exhaust server resources rendering the plugin unusable. Any idea why this is happening or where to debug next?Status: Connected Filesystem: Writeable Redis: Reachable Max. TTL: 3600 Connection Client: PhpRedis (v5.3.7) Host: 127.0.0.1 Port: 6379 Database: 0 Connection Timeout: 1s Read Timeout: 1s Redis Version: 5.0.14
$ redis-cli --latency > min: 0, max: 4, avg: 0.19 (2853 samples)
$ redis-cli info | pastebin > https://termbin.com/g7f8
$ redis-benchmark -q | pastebin > https://termbin.com/e39k
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Continuous Redis reads and writes after enabling’ is closed to new replies.