void put(string $key, mixed $value, int $minutes) Store an item in the
mixed get(string $key, mixed $default = null) Retrieve an item from the
int|bool decrement(string $key, mixed $value = 1) Decrement the value of
void forever(string $key, mixed $value) Store an item in the cache indefinitely
array many(array $keys) Retrieve multiple items from the cache by key.
void setConnection(string $connection) Set the connection name to be used
Database getRedis()
array when() Get the events that trigger this service provider to register
Page 23 of 34