1、在线安装redis
yum install redis
2、客户端连接
redis-cli -h 【ip】 -p 【端口】
3、输入密码(jimdb密码为jimUrl中间部分数字)
auth 【password】