Download the PHP package ehann/laravel-redis-store without Composer
On this page you can find all versions of the php package ehann/laravel-redis-store. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ehann/laravel-redis-store
More information about ehann/laravel-redis-store
Files in ehann/laravel-redis-store
Download ehann/laravel-redis-store
More information about ehann/laravel-redis-store
Files in ehann/laravel-redis-store
Vendor ehann
Package laravel-redis-store
Short Description Adds functionality to the built-in Cache's RedisStore.
License MIT
Package laravel-redis-store
Short Description Adds functionality to the built-in Cache's RedisStore.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-redis-store
Why is this useful?
The RedisStore that comes with the Laravel Cache does not compress string values out of the box. The RedisStore in this package does. Caching string values can save a ton of memory and/or network bandwidth depending on cached item size and request frequency.
How do I use it?
Install the package...
Add a custom cache driver, like this...
Add the ehann-redis custom driver to the redis store config in config/cache.php...
All versions of laravel-redis-store with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^5.3
The package ehann/laravel-redis-store contains the following files
Loading the files please wait ....