简单连接与使用redis
登录
redis-cli -h 119.23.72.172 [ -p 6379] [-a 密码]
redis-cli -h 119.23.72.172 -p 6379 -a 123456
- -h ip地址
- -p 端口
- -a 连接redis的密码
- 选择这种登录会出现:warning: Using a password with ‘-a’ or ‘-u’ option on the command line interface may not be safe.
- 如果使用了会提示,也可以使用命令 auth <密码>来进行验证