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
$redis_server = array(
'host' => '/var/run/redis/redis.sock',
'database' => 0, // Optionally use a specific numeric Redis database. Default is 0.
Then everything works fine but wp redis cli fails like this:
wp redis cliWarning: Using a password with '-a' or '-u' option on the command line interface may not be safe.Could not connect to Redis at /var/run/redis/redis.sock:0: Name or service not knownnot connected>
At the same time redis-cli -s /var/run/redis/redis.sock works fine.
Expected: wp redis cli works without problem.
The text was updated successfully, but these errors were encountered:
When configured a Redis socket in
wp-config.php
:Then everything works fine but
wp redis cli
fails like this:At the same time
redis-cli -s /var/run/redis/redis.sock
works fine.Expected:
wp redis cli
works without problem.The text was updated successfully, but these errors were encountered: