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 variable names and values.
It can get individual data objects by primary key or all data objects at once of a given table name.
|
|
| Name: |
PHP Redis Model |
| Base name: |
remodel |
| Description: |
CRUD operations to store and retrieve in Redis |
| Version: |
0.1 |
| PHP version: |
5.3 |
| License: |
GNU Free Documentation License (FDL) |
| All time users: |
213 users |
| All time rank: |
6621 |
| Week users: |
4 users |
| Week rank: |
674  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| predis |
you need this to make it work |
| |
Files |
|
|