共计 272 个字符,预计需要花费 1 分钟才能阅读完成。
socket_connect_timeout、socket_timeout 区别
- 一个是连贯超时,一个是 io 超时
- 应用中,必须应用 socket_timeout, 否则 redis 操作会永恒梗塞
- socket_timeout > command(timeout), 如一些梗塞命令的超时
- 必要时能够应用 socket_keepalive 参数
判断 redis 慢查问
查看配置,
- cnofig get slowlog-log-slower-than
- cnofig get slowlog-max-len
- slowlog get
集群状态命令
- cluster info
- cluster nodes
- info
正文完