ooredis是一个Redis的Python库,基于redis-py,它主要有以下三个目标:
- 以Key对象为单位操作Redis的数据结构
- 提供一组PythoNic的API
- 提供方便的类型转换机制
需求
====
Python2.7
Redis2.2
redis-py2.4.9
安装
$ cd /tmp/
$ Git clone git://Github.com/huangz1990/ooredis.git
Cloning into ooredis...
...
Resolving deltas: 100% (34/34), done.
$ cd ooredis/
$ sudo mv ooredis/ /usr/lib/python2.7/site-packages/
$ python2
Python 2.7.2 (default, Jun 29 2011, 11:17:09)
Type "help", "copyright", "credits" or "lICEnse" for more information.
>>> from ooredis import *