Redis WordPress wp-config max database size setting?
-
Hello,
I am using Redis on my public webhosting and I can use (multiple) redis databases with a max of 128mb.
Now I installed the Redis plugin and connected it to my redis database and everything was working. Today my Redis database is totally filled with 127.99mb.
Is there a way to use a command line in the wp-config file to remove the older records and free up some space automatically so new data can be insert in de Redis database?
Or do I have to clean the Redis database manually?
This lines I now use in the wp-config file:
define(‘WP_REDIS_HOST’, ‘IP’);
define(‘WP_REDIS_PASSWORD’, ‘PASSWORD’);
define(‘WP_REDIS_PORT’, ‘PORT’);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redis WordPress wp-config max database size setting?’ is closed to new replies.