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
{{ message }}
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Are commands like
SET
andGET
on the same key atomic? As in, are the locks implemented on each key?Let's say the below command is being executed:
While the above command is being executed, assume that another command is run in parallel:
Now, does the second command wait until the
GETDEL
is done and return nil or could it return v?Beta Was this translation helpful? Give feedback.
All reactions