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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: