summaryrefslogtreecommitdiff
path: root/redis/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* add SSLConnection to packageAndy McCurdy2014-05-121-1/+2
* SentinelManagedConnections to master servers disconnect on READONLY errors.Andy McCurdy2014-05-061-1/+2
* pep8, version bump to 2.9.12.9.1Andy McCurdy2014-01-231-1/+1
* version bump to 2.9.02.9.0Andy McCurdy2014-01-021-1/+1
* version bump to 2.8.02.8.0Andy McCurdy2013-08-231-1/+1
* 2.7.62.7.6andy2013-06-141-1/+1
* Add BusyLoadingError exception to differentiate -LOADING errors from connect ...Yossi Gottlieb2013-06-041-0/+2
* version 2.7.52.7.5andy2013-05-141-1/+1
* 2.7.42.7.4andy2013-04-281-1/+1
* 2.7.32.7.3andy2013-04-221-1/+1
* pep8andy2013-04-221-1/+1
* connection: add an optional `BlockingConnectionPool` class.James Arthur2013-04-181-0/+1
* bump to 2.7.22.7.2andy2012-11-161-1/+1
* 2.7.1 version bump, include tests with source dist2.7.1andy2012-10-081-1/+1
* 2.7.0, version bump2.7.0andy2012-10-071-1/+1
* adding SkipTests for BITOP/BITCOUNT commands below redis 2.6, fixing logic to...2.6.2andy2012-08-151-1/+1
* version bump to 2.6.12.6.1andy2012-08-141-1/+1
* Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-061-3/+3
* version bump2.6.0andy2012-07-171-1/+1
* 2.4.132.4.13andy2012-05-181-1/+1
* Merge branch 'from_url' of https://github.com/kennethreitz/redis-py into kenn...andy2012-05-181-1/+2
|\
| * redis.from_urlKenneth Reitz2012-05-181-1/+3
* | 2.4.12, redis-py is now fork-safe2.4.12andy2012-04-271-1/+1
* | version bump2.4.11andy2012-01-131-1/+1
* | Releasing 2.4.102.4.10andy2011-10-281-1/+1
* | Renamed the base client class to StrictRedis, replacing ZADD and LREM in favo...andy2011-07-261-2/+3
* | 2.4.92.4.9andy2011-07-221-1/+1
* | 2.4.82.4.8andy2011-07-201-1/+1
* | version bump for 2.4.72.4.7andy2011-07-171-1/+1
* | version bump to 2.4.62.4.6andy2011-07-131-1/+1
* | Provide WatchError in the top-level module.Dave Peticolas2011-06-271-1/+2
* | version bump 2.4.5Andy McCurdy2011-06-101-1/+1
* | added VERSION as a tuple based on the __version__ stringAndy McCurdy2011-06-071-0/+1
* | fix a typo introduced in last commit. thanks Ask Solem for finding.Andy McCurdy2011-06-071-1/+1
* | fix UnixDomainSocketConnection to report error messages based on it's attribu...Andy McCurdy2011-06-071-1/+1
* | version bump to 2.4.2Andy McCurdy2011-06-061-1/+1
* | version bumpAndy McCurdy2011-06-011-1/+1
* | version bump!2.4Andy McCurdy2011-06-011-1/+1
* | added Connection and UnixDomainSocketConnection to module importsAndy McCurdy2011-05-231-3/+7
|/
* version bumpAndy McCurdy2011-03-171-1/+1
* add PubSubError to better report disallowed command when using pub/subDan Colish2011-03-141-1/+2
* Raise DataError on empty hmset mappings, remove InvalidDataDan Colish2011-03-141-4/+11
* version bump and changelog notesAndy McCurdy2011-02-081-1/+1
* reverting download_url back to redis-VERSION.tar.gz to fix #94. This is becom...Andy McCurdy2011-01-071-1/+1
* updating setuptools to look for redis-py-VERSION.tar.gzAndy McCurdy2010-12-211-1/+1
* version bumpAndy McCurdy2010-12-201-1/+1
* version bumpAndy McCurdy2010-09-031-1/+1
* version bumpAndy McCurdy2010-06-281-1/+1
* added ZREMRANGEBYRANK commandAndy McCurdy2010-06-151-0/+2
* [issue 29] Redis instance doesn't use shared connection pool by defaultKonstantin Merenkov2010-04-121-2/+2