Redis command
Last updated
Last updated
© 2024 UI Bakery
Retrieves a string from the data store by key
:
Sets the string with the key key
to value something
:
Removes the value at key
:
Increments the value at counter
:
Pushes the value to the left side of a list:
Pops the value from the right side of a list:
Sets the values as a hash map:
Gets a specific property from a hash map:
For additional Redis commands, please refer to their official documentation.