-
/ # redis-cli |
Beta Was this translation helpful? Give feedback.
Answered by
kkkgo
May 17, 2023
Replies: 1 comment 1 reply
-
redis被配置为更高效的Unix Socket通信而不是tcp端口,你可以使用以下命令连接:
另外参考:#5 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kkkgo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
redis被配置为更高效的Unix Socket通信而不是tcp端口,你可以使用以下命令连接:
另外参考:#5