Download the PHP package ciatog/redis-cache without Composer
On this page you can find all versions of the php package ciatog/redis-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ciatog/redis-cache
More information about ciatog/redis-cache
Files in ciatog/redis-cache
Download ciatog/redis-cache
More information about ciatog/redis-cache
Files in ciatog/redis-cache
Vendor ciatog
Package redis-cache
Short Description PHP Cache Wrapper for Redis
License MIT
Homepage https://github.com/ciatog/PhpRedisCache
Package redis-cache
Short Description PHP Cache Wrapper for Redis
License MIT
Homepage https://github.com/ciatog/PhpRedisCache
Please rate this library. Is it a good library?
Informations about the package redis-cache
PHP Redis Cache
A PHP Cache Wrapper around Redis
This library serves as a wrapper around Redis so it can be used as a cache. It has the following features:
- The ability to set a unique context so you can use different caches in different circumstances. For instance, if you need to use the cache across multiple sites using the same Redis server you can pass in the site URL when creating the cache so each site has it's own cache context.
- Automatically serialises your data when saving it in the cache.
- Automatically deserialises your data when retrieving it from the cache.
- Gives the ability to pass an anonymous configuration function that will be called if the item doesn't exist and allows you to generate the value needed.
Usage
Install the latest version with composer require ciatog/redis-cache
Author
Keith Webster - http://keith-webster.com
License
PHP Redis Cache is licensed under the MIT License - see the LICENSE.txt
file for details
All versions of redis-cache with dependencies
PHP Build Version
Package Version
The package ciatog/redis-cache contains the following files
Loading the files please wait ....