Open maxux opened 2 years ago
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.
GETDEL
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.