Fix cache dati x errore naming
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Lux.Data.Services
|
||||
sw.Start();
|
||||
List<CustomerModel>? result = new List<CustomerModel>();
|
||||
// cerco in redis...
|
||||
string currKey = $"{redisBaseKey}:Offers:ALL";
|
||||
string currKey = $"{redisBaseKey}:Customers:ALL";
|
||||
RedisValue rawData = redisDb.StringGet(currKey);
|
||||
if (rawData.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user