目录

day1-redis登入指令

目录

day1 redis登入指令

[root@localhost data]# redis-cli -h ip -p 6379 -a q123q123
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
ip:6379> 

https://i-blog.csdnimg.cn/direct/2e7b10d1893d477ab84da0d4f04da9c0.png

以上,

Bigder