Actions
Last updated
Was this helpful?
Last updated
Was this helpful?
Get all keys
Retrieves a list of all keys in the database.
Get value by key
Retrieves the data stored under a specific key name.
Search the key
Checks whether a key exists using a specific keyword.
Save the key
Stores the desired data under a specific key.
Save the key with set expiration
Sets the value to be stored only for a specified duration.
Append Value
Appends data to an existing key.
Get exists key result
Checks whether a specific key is valid.
Get expiration count of key
Retrieves the remaining time-to-live (TTL) for a specific key.
Decrease the value
Decrements the value of an integer data by 1.
Increase the value
Increments the value of an integer data by 1.
Delete a key
Deletes the data associated with a specific key.
Flush All
Clears all keys stored in the database.