PHP Classes
elePHPant
Icontem

redis

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 7       Packages icon Packages (3)   Blogs icon Blogs (3)   Blogs icon Forums icon Blog forums (1)  
This class implements CRUD operations to store and retrieve model data in Redis. It connect to a Redis server and excutes create, read, update and delete operations to access data objects stored in a Redis instance. The class implements __set and __get function so model data objects may have arbitrary ...
... of a configuration constant. Several cache handling classes are provide for putting and getting data from different types of containers: MemCached, Redis, XCache and static class variables. Each of the cache container classes implement an interface for storing, retrieving and deleting values from a ...
... containers is implemented by individual driver classes. Currently it provides driver classes to access containers like files, Memcached and Redis. A separate class can cache the content of pages by capturing the output of the current script and store it in a configured key-value pair storage container ...