码迷,mamicode.com
首页 > 其他好文 > 详细

redis 登入,检查

时间:2018-06-12 12:53:20      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:span   bin   情况   exception   pid   serve   netstat   check   stat   

1.    redis-cli -c -h [ip]  -p [port] 集群登录 

auth [password]
info 查看redis信息
redis-cli -p [port] -c -h [ip] -a [password]   连同密码登入
2 redis-trib.rb check 172.31.103.211:6379 检查集群节点状
3、检查 redis 启动情况
ps -ef | grep redis
netstat -tnlp | grep redis
4.启动redis: #redis-server /service/redis-3.2.1/config/6379.conf
#redis-server /service/redis-3.2.1/config/6389.conf
停止redis:kill -9 [pid]
5.
查看多少绑定关系 keys bind-* keys "bind-*"
6.dse 是否未连上redis,查看
tail -100f stdout.log.2017-12-01 |grep ‘Exception in thread‘
tail -100f stdout.log.2017-12-01 |grep -i thread
tail -100f stdout.log.2017-12-01 |grep ‘Exception in thread‘
 

redis 登入,检查

标签:span   bin   情况   exception   pid   serve   netstat   check   stat   

原文地址:https://www.cnblogs.com/snowwhitecityofsky/p/9172416.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!