RedisStore
class RedisStore extends TaggableStore implements Store (View source)
Methods
TaggedCache tags(array|mixed $names) Begin executing a new tags operation. void __construct(Database $redis, string $prefix = '', string $connection = 'default') Create a new Redis store. mixed get(string|array $key) Retrieve an item from the cache by key. array many(array $keys) Retrieve multiple items from the cache by key. void put(string $key, mixed $value, float|int $minutes)