Skip to content

Commit b54e9cb

Browse files
committed
Use backend default options for redis backend
1 parent faaa0de commit b54e9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/redis/redis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func NewRedisBackend(address, username, password string, db int, opts ...RedisBa
5858

5959
// Default options
6060
options := &RedisOptions{
61-
Options: backend.DefaultOptions,
61+
Options: backend.ApplyOptions(),
6262
BlockTimeout: time.Second * 5,
6363
}
6464

0 commit comments

Comments
 (0)