You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
278 B
Plaintext

# Discard all commands issued after MULTI
DISCARD
# Execute all commands issued after MULTI
EXEC
# Mark the start of a transaction block
MULTI
# Forget about all watched keys
UNWATCH
# Watch the given keys to determine execution of the MULTI/EXEC block
WATCH key [key ...]