资 源 简 介
php-redis
php-redis is KeyValue data development framework, which allows to easily implement data logic on top of Redis - powerful and fast KeyValue DB. The idea is to provide platform for building data model on top of it.
Right now framework consists of such elements:
* Connection pool
* "Entity", "List" and "Set" basic classes
* Redis API (not supposed to be used directly)
Quick start
Install Redis 1.0 or later: http://code.google.com/p/redis/
tar -xvf redis-1.0.tar.gzcd redis-1.0make./redis-server redis.conf
Download latest php-redis platform from here: http://code.google.com/p/php-redis/downloads/list
Write some code:
```
文 件 列 表
php-redis-0.9
bmark
lib
tests
sample