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.

19 lines
265 B
Plaintext

# Authenticate to the server
AUTH password
# Echo the given string
ECHO message
# Ping the server
PING [message]
# Close the connection
QUIT
# Change the selected database for the current connection
SELECT index
# Swaps two Redis databases
SWAPDB index index