You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement GETDEL command which atomically GET then DELETE the key.
Useful to avoid race-condition client-side when using a namespace as a list and pop an element.