diff --git a/DysonNetwork.Sphere/Storage/CacheService.cs b/DysonNetwork.Sphere/Storage/CacheService.cs index ea05ab5..7562a0f 100644 --- a/DysonNetwork.Sphere/Storage/CacheService.cs +++ b/DysonNetwork.Sphere/Storage/CacheService.cs @@ -324,7 +324,6 @@ public class CacheServiceRedis : ICacheService public async Task SetWithGroupsAsync(string key, T value, IEnumerable? groups = null, TimeSpan? expiry = null) { - key = $"{GlobalKeyPrefix}{key}"; // First, set the value in the cache var setResult = await SetAsync(key, value, expiry);