Merge pull request #549 from YashKumarVerma/patch-2

docs: add missing )
This commit is contained in:
Juan Calderon-Perez
2022-10-14 01:00:51 -04:00
committed by GitHub

View File

@@ -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{