作者 邓超

x

... ... @@ -32,7 +32,7 @@ class RedisPool {
->withPort(REDIS_PORT)
->withAuth(REDIS_PASSWORD)
->withDbIndex(REDIS_DB)
->withTimeout(1)
->withTimeout(60)
,1024
);
... ...