Flushdb being called every minute
-
Hey,
me here again, I have a strange issue with my redis server, i don’t know if this related to your plugin but all they keys are being deleted almost every minute with the flushdb command.
This is the output of redis-cli info all:
# Commandstats cmdstat_select:calls=5,usec=12,usec_per_call=2.40 cmdstat_setex:calls=2190,usec=39642,usec_per_call=18.10 cmdstat_mget:calls=20459,usec=225547,usec_per_call=11.02 cmdstat_get:calls=566682,usec=15453211,usec_per_call=27.27 cmdstat_del:calls=884,usec=5661,usec_per_call=6.40 cmdstat_flushdb:calls=15,usec=703779,usec_per_call=46918.60 cmdstat_command:calls=1,usec=1563,usec_per_call=1563.00 cmdstat_set:calls=127234,usec=1302905,usec_per_call=10.24 cmdstat_exists:calls=8,usec=32,usec_per_call=4.00 cmdstat_info:calls=1316,usec=280080,usec_per_call=212.83 cmdstat_ping:calls=1274,usec=1800,usec_per_call=1.41In the log above I restarted the redis server and within 5 minutes it has called “flushdb” already 15 times.
We have a very busy site, I don’t know if there’s a key limmit or something.
The command redis-cli info memory shows me that used_memory_human can’t get after 110MB.
I already have WP_REDIS_MAXTTL set to 12 hours.
What can be causing this issue ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Flushdb being called every minute’ is closed to new replies.