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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -