客户端连接方法:
redis-cli -h localhost -p 6380
提供host为localhost,端口为6380
 
带密码的客户端连接方法一:
redis-cli -h localhost -p 6380 monitor -a 123456
监控host为localhost,端口为6380
-a 为连接密码
 
密码验证方法二:
在命令行输入:auth 123456   #123456是密码
 
windows下的客户端软件:
Redis Desktop Manager

相关文章:

  • 2021-09-19
  • 2021-11-23
  • 2021-12-28
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2021-08-31
  • 2021-08-11
相关资源
相似解决方案