We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaa0de commit b54e9cbCopy full SHA for b54e9cb
backend/redis/redis.go
@@ -58,7 +58,7 @@ func NewRedisBackend(address, username, password string, db int, opts ...RedisBa
58
59
// Default options
60
options := &RedisOptions{
61
- Options: backend.DefaultOptions,
+ Options: backend.ApplyOptions(),
62
BlockTimeout: time.Second * 5,
63
}
64
0 commit comments