Sundar
Member since Mar 14, 2015
- Profile: /members/12582-sundar.htm
- Comments: 2
Recent Blog Comments By Sundar
-
Volatile Keys Can Expire Mid-MULTI-Transaction In Redis / Jedis
Posted on Mar 16, 2015 at 9:26 AM
@Ben, I agree with you. LUA should also technically have the same issue, though it depends on how REDIS executes the LUA script. BTW, I have now written the LUA script and after incrementing a field in my hash key, I check for pttl of the key and if the pttl returns -1, then I directly delete my ke... read more »
-
Volatile Keys Can Expire Mid-MULTI-Transaction In Redis / Jedis
Posted on Mar 14, 2015 at 2:21 AM
I'm also look into such a similar issue. Did you try with Lua script "EVAL/EVALSHA" commands. In that as well, it is possible for the issue to happen.... read more »