redis-py:Redis Python客户端

时间:2021-02-18 21:30:52
【文件属性】:
文件名称:redis-py:Redis Python客户端
文件大小:167KB
文件格式:ZIP
更新时间:2021-02-18 21:30:52
Python 重新设计 Redis键值存储的Python接口。 Python 2兼容性说明 redis-py 3.5.x将是支持Python 2的最新版本的redis-py。在2020年8月1日之前,3.5.x版本将继续获得支持Python 2的错误修复和安全补丁。redis-py 4.0将是下一个主要版本,并且需要Python 3.5+。 安装 redis-py需要运行中的Redis服务器。 有关安装说明,请参见。 redis-py可以使用pip来安装,类似于其他Python软件包。 不要将sudo与pip一起使用。 通常最好在或工作,以避免与其他程序包管理器和Python项目发生冲突。 有关快速介绍,请参见《 。 要安装redis-py,只需: $ pip install redis 或从来源: $ python setup.py install 贡献 是否要提供功能,错误报告或报告问题
【文件预览】:
redis-py-master
----MANIFEST.in(143B)
----.dockerignore(51B)
----README.rst(37KB)
----docker()
--------base()
--------sentinel_1()
--------master()
--------sentinel_3()
--------slave()
--------sentinel_2()
----codecov.yml(164B)
----CONTRIBUTING.rst(5KB)
----docker-entry.sh(597B)
----.github()
--------ISSUE_TEMPLATE.md(559B)
--------PULL_REQUEST_TEMPLATE.md(611B)
--------workflows()
----benchmarks()
--------base.py(1KB)
--------socket_read_size.py(912B)
--------__init__.py(0B)
--------basic_operations.py(5KB)
--------command_packer_benchmark.py(3KB)
----INSTALL(92B)
----Dockerfile(170B)
----redis()
--------exceptions.py(1KB)
--------utils.py(754B)
--------__init__.py(1KB)
--------sentinel.py(11KB)
--------connection.py(52KB)
--------client.py(160KB)
--------lock.py(11KB)
----.travis.yml(357B)
----tox.ini(815B)
----util()
--------wait-for-it.sh(6KB)
----LICENSE(1KB)
----CHANGES(47KB)
----setup.cfg(1KB)
----setup.py(60B)
----Makefile(242B)
----RELEASE(265B)
----docs()
--------_templates()
--------make.bat(5KB)
--------conf.py(8KB)
--------index.rst(517B)
--------Makefile(5KB)
--------logo-redislabs.png(19KB)
--------_static()
----docker-compose.yml(1KB)
----tests()
--------test_connection_pool.py(29KB)
--------test_pubsub.py(21KB)
--------test_scripting.py(4KB)
--------test_commands.py(99KB)
--------test_sentinel.py(6KB)
--------test_lock.py(8KB)
--------test_monitor.py(2KB)
--------__init__.py(0B)
--------test_connection.py(491B)
--------conftest.py(7KB)
--------test_pipeline.py(11KB)
--------test_encoding.py(4KB)
--------test_multiprocessing.py(6KB)
----.gitignore(140B)
----.coveragerc(21B)

网友评论