Update Redis to v9. Fix import path

Signed-off-by: Juan Calderon-Perez <jgcalderonperez@protonmail.com>
This commit is contained in:
Juan Calderon-Perez
2023-01-30 06:36:07 -08:00
committed by Juan Calderon-Perez
parent c29f5aa8f5
commit 56599be5ff
3 changed files with 21 additions and 101 deletions

View File

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