gpt4 book ai didi

redis超时与predis

转载 作者:IT王子 更新时间:2023-10-29 06:00:25 24 4
gpt4 key购买 nike

我将 redis 与 php 一起使用(predis 在 http://github.com/nrk/predis/ )并且经常遇到超时。堆栈跟踪显示:

[04-Apr-2010 03:39:50] PHP Fatal error:  Uncaught exception 'Predis_ClientException' with message 'Connection timed out' in redis.php:697
Stack trace:
#0 redis.php(757): Predis_Connection->connect()
#1 redis.php(729): Predis_Connection->getSocket()
#2 redis.php(825): Predis_Connection->writeCommand(Object(Predis_Commands_ListRange))
#3 redis.php(165): Predis_ConnectionCluster->writeCommand(Object(Predis_Commands_ListRange))
#4 redis.php(173): Predis_Client->executeCommandInternal(Object(Predis_ConnectionCluster), Object(Predis_Commands_ListRange))
#5 redis.php(157): Predis_Client->executeCommand(Object(Predis_Commands_ListRange))
#6 [internal function]: Predis_Client->__call('lrange', Array)

这种情况经常发生,我不知道为什么。有人有什么想法吗?

最佳答案

我认为这是因为 Redis 默认关闭空闲连接。

redis.conf

# Close the connection after a client is idle for N seconds (0 to disable)
timeout 0

关于redis超时与predis,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2576882/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com