如何登陆redis集群

redis-cli -h 10.12.4.45 -p 7000 -c -a alkdsjf134rj01

redis-cli -h 10.12.9.18 -p 7000 -c -a alkdsjf134rj01

ip:10.12.4.45 集群中的一个点

-c 以集群方式登陆。cluster

-a 密码。authority

相关文章:

  • 2021-06-10
  • 2021-10-04
  • 2021-11-20
  • 2022-01-04
  • 2022-12-23
  • 2022-01-22
  • 2021-12-19
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2021-09-08
  • 2021-08-11
  • 2021-06-10
  • 2022-01-02
  • 2021-11-03
  • 2021-08-08
相关资源
相似解决方案