centos系统安装redis的命令如下:
yum install redis
连接redis的方法:
redis-cli -h host -p port -a password
host:redis服务器host
port:redis服务端口 默认端口6379
password:redis服务密码(无密码不需要-a参数了)
更换数据库:
select index
Redis命令参考网站:
http://doc.redisfans.com/index.html
centos系统安装redis的命令如下:
yum install redis
连接redis的方法:
redis-cli -h host -p port -a password
host:redis服务器host
port:redis服务端口 默认端口6379
password:redis服务密码(无密码不需要-a参数了)
更换数据库:
select index
Redis命令参考网站:
http://doc.redisfans.com/index.html
网友留言: