bump redis

This commit is contained in:
Daniel Oluojomu
2023-06-07 14:40:49 +01:00
parent 5c48e4e31d
commit b2c138c6a5
4 changed files with 11 additions and 6 deletions

View File

@@ -6,8 +6,8 @@ import (
"net/http"
"strings"
"github.com/go-redis/redis/v8"
"github.com/gorilla/mux"
"github.com/redis/go-redis/v9"
"github.com/hibiken/asynq"
)