diff --git a/Lux.Data/Services/DataLayerServices.cs b/Lux.Data/Services/DataLayerServices.cs index 2a2663d3..47f788e5 100644 --- a/Lux.Data/Services/DataLayerServices.cs +++ b/Lux.Data/Services/DataLayerServices.cs @@ -55,7 +55,7 @@ namespace Lux.Data.Services sw.Start(); List? result = new List(); // cerco in redis... - string currKey = $"{redisBaseKey}:Offers:ALL"; + string currKey = $"{redisBaseKey}:Customers:ALL"; RedisValue rawData = redisDb.StringGet(currKey); if (rawData.HasValue) {