mixed get(string $key) Retrieve an item from the cache by key.
ClientInterface connection() Get the Redis connection instance.
void error(string $string, null|int|string $verbosity = null) Write a string
void clear(string $key) Clear the hits and lockout for the given key.
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
bool offsetExists(string $key) Determine if a cached value exists.
void forever(string $key, mixed $value) Store an item in the cache indefinitely
void flush() Remove all items from the cache.
string getPrefix() Get the cache key prefix.
Page 21 of 34