From 2ee234e829243514e97cd0a61ca938d1ffaf3846 Mon Sep 17 00:00:00 2001 From: Yash Kumar Verma Date: Fri, 14 Oct 2022 07:42:29 +0530 Subject: [PATCH] docs: add missing ) --- redis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{