zxfishhack před 6 měsíci
rodič
revize
c7a104b07b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      internal/utils/cache/redis_test.go

+ 1 - 1
internal/utils/cache/redis_test.go

@@ -283,7 +283,7 @@ func TestGetRedisOptions(t *testing.T) {
 }
 
 func TestSetAndGet(t *testing.T) {
-	if err := InitRedisClient("127.0.0.1:6379", "difyai123456", false); err != nil {
+	if err := InitRedisClient("127.0.0.1:6379", "difyai123456", false, 0); err != nil {
 		t.Fatal(err)
 	}
 	defer Close()