Base cache interface
Constructs a new instance of a redis-based cache
Readonly
Protected
Returns if the instance is ready
Static
Deletes all keys (and values) from the cache
Connects to the redis server
Deletes the key (including the value) from the cache
Disconnects from the redis server
Retrieves the value of the specified key if it exists
Retrieves the current TTL of the specified key
Checks if the specified key exists in the cache
Retrieves a list of all keys
Retrieves a map of all the keys and values in the cache
Mass deletes values with the specified keys
Mass retrieves values with the specified keys
Mass sets values with the specified keys
Sets the value for the specified key
Retrieves the value of the specified key and immediately deletes it from the cache
Updates the TTL for the specified key
Base cache interface