Fatal error: Uncaught Exception: Redis pipeline returned unexpected result in
-
Hi
I am using PHP 8.1 and Redis 7.0.11
I connect to Redis server as Unix socket.
I usually get the error like below when posting new article to my website:
“There has been a critical error on this website“
When turn on WP Debug I saw some error like below:
Notice: Redis::exec(): Send of 56855 bytes failed with errno=32 Broken pipe in /home/example/web/example.com/public_html/wp-content/object-cache.php on line 1278
Fatal error: Uncaught Exception: Redis pipeline returned unexpected result in /home/example/web/example.com/public_html/wp-content/object-cache.php:1281 Stack trace: #0 /home/example/web/example.com/public_html/wp-content/object-cache.php(1203): WP_Object_Cache->add_multiple_at_once() #1 /home/example/web/example.com/public_html/wp-content/object-cache.php(79): WP_Object_Cache->add_multiple() #2 /home/example/web/example.com/public_html/wp-includes/post.php(7297):
Could you please give some hints?
Thanks
- The topic ‘Fatal error: Uncaught Exception: Redis pipeline returned unexpected result in’ is closed to new replies.