You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found the following error in my logs last night:
RedisException: Uncaught exception 'RedisException' with message 'Connection timed out'
in /home/example/example.org/releases/20181017151200/content/plugins/wp-redis/object-cache.php:1105
in Redis::connect called at /home/example/example.org/releases/20181017151200/content/plugins/wp-redis/object-cache.php (1105)
in WP_Object_Cache::prepare_client_connection called at /home/example/example.org/releases/20181017151200/content/plugins/wp-redis/object-cache.php (1004)
in WP_Object_Cache::_connect_redis called at /home/example/example.org/releases/20181017151200/content/plugins/wp-redis/object-cache.php (1325)
in WP_Object_Cache::__construct called at /home/example/example.org/releases/20181017151200/content/plugins/wp-redis/object-cache.php (155)
in wp_cache_init called at /home/example/example.org/releases/20181017151200/wp/wp-includes/load.php (516)
in wp_start_object_cache called at /home/example/example.org/releases/20181017151200/wp/wp-settings.php (113)
in require_once called at /home/example/example.org/releases/20181017151200/wp-config.php (292)
in require_once called at /home/example/example.org/releases/20181017151200/wp/wp-load.php (42)
in require_once called at /home/example/example.org/releases/20181017151200/wp/wp-admin/admin-ajax.php (22)
The exception happens in prepare_client_connection, should it be intercepted in the same fashion as perform_client_connection ones are?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I found the following error in my logs last night:
The exception happens in
prepare_client_connection
, should it be intercepted in the same fashion asperform_client_connection
ones are?Thanks
The text was updated successfully, but these errors were encountered: