-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed as not planned
Description
Hi,
I'm using this library in many projects. Sometimes I was getting this error. I only used this library for caching purposes with basic Get,Set function.
Here is my redis configuration:
var cache = redis.New(&redis.Config{
Namespace: config.RedisNamespace,
DefaultExpiration: time.Hour * 2,
Options: &goredis.Options{
Addr: config.RedisAddress,
DB: config.RedisDBMode,
Password: config.RedisPassword,
PoolSize: 1000,
PoolTimeout: 2 * time.Minute,
IdleTimeout: 10 * time.Minute,
ReadTimeout: 2 * time.Minute,
WriteTimeout: 1 * time.Minute,
},
})
Please help me to troubleshoot this issue. Thanks.
elibenjii, xfuturomax, SiddheshKukade, khaivu-mta, germanovn and 2 moredivmgl, Evan-Baekdu, SiddheshKukade and OJGM777
Metadata
Metadata
Assignees
Labels
No labels