Hypervel\Cache\Redis\Operations
Namespaces
Classes
Store an item in the cache if it doesn't exist (non-tagged).
Decrement the value of an item in the cache.
Remove all items from the cache (flush the database).
Store an item in the cache indefinitely (no expiration).
Remove an item from the cache.
Retrieve an item from the cache by key.
Increment the value of an item in the cache.
Retrieve multiple items from the cache by key.
Store an item in the cache for a given number of seconds.
Store multiple items in the cache (non-tagged).
Adjust the expiration time of a cached item.