mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
Merge pull request #549 from YashKumarVerma/patch-2
docs: add missing )
This commit is contained in:
@@ -51,7 +51,7 @@ store := redis.New(redis.Config{
|
|||||||
Reset: false,
|
Reset: false,
|
||||||
TLSConfig: nil,
|
TLSConfig: nil,
|
||||||
PoolSize: 10 * runtime.GOMAXPROCS(0),
|
PoolSize: 10 * runtime.GOMAXPROCS(0),
|
||||||
}
|
})
|
||||||
|
|
||||||
// or just the url with all information
|
// or just the url with all information
|
||||||
store = redis.New(redis.Config{
|
store = redis.New(redis.Config{
|
||||||
|
Reference in New Issue
Block a user