mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 16:22:52 +08:00
Update Redis to v9. Fix import path
Signed-off-by: Juan Calderon-Perez <jgcalderonperez@protonmail.com>
This commit is contained in:

committed by
Juan Calderon-Perez

parent
c29f5aa8f5
commit
56599be5ff
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
"github.com/redis/go-redis/v9"
|
||||
)
|
||||
|
||||
// Storage interface that is implemented by storage providers
|
||||
|
Reference in New Issue
Block a user