It would be awesome if there was a simple TAKE/MTAKE/HTAKE, etc. for quick get + delete on keys for temporary/one time key usage.
Comment From: madolson
+1 on the usecase. You can also use a multi-exec with a GET/DEL. That does introduce some extra overhead though, so if this is really a compelling feature it could be implemented.
Comment From: enjoy-binbin
GETDEL added in https://github.com/redis/redis/pull/8327 @madolson we can close this issue
Comment From: madolson
We can!