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