文件名称:Python的Redis库ooredis.zip
文件大小:39KB
文件格式:ZIP
更新时间:2022-08-05 00:51:53
开源项目
ooredis是一个Redis的Python库,基于redis-py,它主要有以下三个目标: - 以Key对象为单位操作Redis的数据结构 - 提供一组Pythonic的API - 提供方便的类型转换机制 需求 ==== Python2.7Redis2.2redis-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) [GCC 4.6.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from ooredis import * 标签:ooredis redis
【文件预览】:
ooredis-master
----.gitignore(19B)
----STYLE_GUIDE.rst(2KB)
----README.rst(4KB)
----tests()
--------test_client.py(433B)
--------key()
--------type_case()
--------test_remote_server.py(664B)
--------__init__.py(0B)
----ooredis()
--------key()
--------type_case()
--------__init__.py(417B)
--------client.py(400B)
--------const.py(331B)
----setup.py(506B)
----CHANGE_LOG(4KB)