redis-server会关闭空闲超时的连接
redis.conf中可以设置超时时间:
# Close the connection after a client is idle for N seconds (0 to disable)
timeout 300
redis.conf中可以设置超时时间:
# Close the connection after a client is idle for N seconds (0 to disable)
timeout 300
版权声明:本文为u010469632原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。