谢谢大炮,爱你一万年!
redis更新之后,会从原来落盘的数据中读取是吗,原有的数据还会保留可以使用
我看配置文件中也还是6379
- # Accept connections on the specified port, default is 6379 (IANA #815344).
- # If port 0 is specified Redis will not listen on a TCP socket.
- port 6379
- # TCP listen() backlog.
- #
- # In high requests-per-second environments you need an high backlog in order
- #
复制代码
远程连接redis,我会按照您的方法试试 |