We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1172501 commit bf4d9b9Copy full SHA for bf4d9b9
src/Caching/StackExchangeRedis/src/RedisCache.cs
@@ -20,7 +20,7 @@ public class RedisCache : IDistributedCache, IDisposable
20
// ARGV[4] = data - byte[]
21
// this order should not change LUA script depends on it
22
private const string SetScript = (@"
23
- redis.call('HMSET', KEYS[1], 'absexp', ARGV[1], 'sldexp', ARGV[2], 'data', ARGV[4])
+ redis.call('HSET', KEYS[1], 'absexp', ARGV[1], 'sldexp', ARGV[2], 'data', ARGV[4])
24
if ARGV[3] ~= '-1' then
25
redis.call('EXPIRE', KEYS[1], ARGV[3])
26
end
0 commit comments