Linux服务器部署redis时报错如下:
129411:M 09 Jun 11:24:23.334 # Server started, Redis version 3.2.1
129411:M 09 Jun 11:24:23.335 * DB loaded from disk: 0.000 seconds
129411:M 09 Jun 11:24:23.335 * The server is now ready to accept connections on port 6379
应怎么解决
从这里看,没有报错啊!显示已经进去数据库,建立了连接啊!
从上面的信息提示,的确没看到报错信息,而真的显示你已经可以准备尝试连接了: now ready to accept connections on port 6379
所以,你的日志信息是否完整?
还有,别搞这么旧的版本了,用3的版本😂