lua - Atomically move redis key on expiration -
is there way atomically move redis key 1 place when expires? there's ways of doing in client being notified of redis expire notifications, if no clients running when notification triggered event missed.
but if there's way on server (through lua script maybe) can atomic , key exists in 1 place before expiry , other place after expiry.
lua scripts cannot triggered keyspace notification. must on client side.
Comments
Post a Comment