Closed flowdopip closed 7 years ago
Sorry, what exactly you mean is the behaviour of Redis? Can you please elaborate, what specifically?
App we are doing here is to store the data and if there is expiry, set that on the key. I cannot see anything strange here.
public void AddOrUpdate(CacheKey key, TimedEntityTagHeaderValue eTag) { _database.StringSet(key.HashBase64, eTag.ToString(), _expiry);
this is a behavior of redis? something to improve performance?