Latest stable release from pypi $ pip install redis-py-cluster This major version ofredis-py-clustersupportsredis-py >=3.0.0, <4.0.0. Usage example Small sample script that shows how to get started with RedisCluster. It can also be found inexamples/basic.py ...
Regarding duplicate pypi and python naming It has been found that the python module name that is used in this library (rediscluster) is already shared with a similar but older project. This lib will not change the naming of the module to something else to prevent collisions between the libs...
克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支3 标签19 GrokzenUpdate README.md8a8102a3年前 744 次提交 benchmarks Rename StrictRedisCluster -> RedisCluster and Removed old RedisCluster…
InstallationLatest stable release from pypi$ pip install redis-py-cluster This major version of redis-py-cluster supports redis-py>=3.0.0,<3.1.0. Usage exampleSmall sample script that shows how to get started with RedisCluster. It can also be found in examples/basic.py...
(Neuront) Parallel pipeline execution using threads. (72squared) Added vagrant support for testing and development. (72squared) Improve stability of client during resharding operations (72squared)0.1.0 (Sep 29, 2014) ---Initial release First release uploaded to pypi...
[![Build Status](https://travis-ci.org/Grokzen/redis-py-cluster.svg?branch=master)](https://travis-ci.org/Grokzen/redis-py-cluster) [![Coverage Status](https://coveralls.io/repos/Grokzen/redis-py-cluster/badge.png)](https://coveralls.io/r/Grokzen/redis-py-cluster) [![PyPI version...
@n0thing233 If you are working inside the correct redis-py versions, then the most commoon issue is that you have a package named redis inside your envrionment and that superseeds the redis version from pypi. If you try to run import redis and look what it acccctually imports from disk...
# As from https://pypi.python.org/pypi?%3Aaction=list_classifiers # 'Development Status :: 1 - Planning', # 'Development Status :: 2 - Pre-Alpha', @@ -53,8 +53,9 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: ...
(Neuront) Parallel pipeline execution using threads. (72squared) Added vagrant support for testing and development. (72squared) Improve stability of client during resharding operations (72squared)0.1.0 (Sep 29, 2014)Initial release First release uploaded to pypi...