Optional
Alias for flushAll()
flushAll()
Closes the storage and halts the check interval
Deletes the value(s) with the specified key
Flushes all records from storage
Flushes the storage statistics
Retrieves the value with the given key
Retrieves the current ttl of the specified key
Checks if the given key exists
Retrieves a list of all keys
Retrieves a map of all keys and values
Mass deletes values with the specified keys
Mass retrieves values with the specified keys
Mass sets values with the specified keys
Alias for del()
del()
Sets the value for the specified key
Returns storage statistics
Retrieves the value with the specified key and immediately deletes it from storage
Updates the ttl for the specified key
Alias for
flushAll()