Roc hai 1 ano
pai
achega
a97c7e2d69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/redis/standalone_redis.go

+ 1 - 1
utils/redis/standalone_redis.go

@@ -181,7 +181,7 @@ func (rc *StandaloneRedisClient) IsExist(key string) bool {
 		_ = rc.redisClient.HDel(context.TODO(), DefaultKey, key).Err()
 		return false
 	}
-	
+
 	return true
 }