Fatal error: Uncaught RedisException
-
Hey,
I had today this error bellow. Maybe it’s my fault because I was running too many things at the same moment in WP, but how to avoid this in future? This error was everywhere also at front-end and I must stop my Redis server to get rid of this. This Redis has 128MB RAM and I guess I overloaded this, but is it possible to set this somehow to not let this happened again?
Fatal error: Uncaught RedisException: OOM command not allowed when used memory > ‘maxmemory’. in /home/path_to_my_site/public_html/wp-content/plugins/litespeed-cache/src/object-cache.cls.php:488 Stack trace: #0 /home/path_to_my_site/public_html/wp-content/plugins/litespeed-cache/src/object-cache.cls.php(488): Redis->setex(‘faf0boptions.al…’, ‘360’, ‘a:1:{s:4:”data”…’) #1 /home/path_to_my_site/public_html/wp-content/plugins/litespeed-cache/src/object.lib.php(323): LiteSpeed\Object_Cache->set(‘faf0boptions.al…’, ‘a:1:{s:4:”data”…’, 0) #2 /home/path_to_my_site/public_html/wp-content/plugins/litespeed-cache/src/object.lib.php(52): WP_Object_Cache->set(‘alloptions’, Array, ‘options’, 0) #3 /home/path_to_my_site/public_html/wp-includes/option.php(405): wp_cache_set(‘alloptions’, Array, ‘options’) #4 /home/path_to_my_site/public_html/wp-content/plugins/lit in /home/path_to_my_site/public_html/wp-content/plugins/litespeed-cache/src/object-cache.cls.php on line 488
- The topic ‘Fatal error: Uncaught RedisException’ is closed to new replies.