diff --git a/redis/README.md b/redis/README.md index 01eeeabb..0c690303 100644 --- a/redis/README.md +++ b/redis/README.md @@ -51,7 +51,7 @@ store := redis.New(redis.Config{ Reset: false, TLSConfig: nil, PoolSize: 10 * runtime.GOMAXPROCS(0), -} +}) // or just the url with all information store = redis.New(redis.Config{