1.Redis命令 启动客户端 redis-cli 或 redis-cli -h 127.0.0.1 -p 6379 -a "mypass" //mypass:链接redis的密码 2.Redis键(key)