redis 安装相关 确认是否安装: which redis-cli which redis-server 连接:redis-cli -p [port] -a [password] 确认某个 key 是否存在: KEYS KEY_NAME_* 删除 key: DEL key KEY_NAME