summaryrefslogtreecommitdiff
path: root/redis/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Flushed out the connection manager object a bit more.Andy McCurdy2010-03-121-2/+2
* new client passes all command tests, still need tests for connection pool and...andymccurdy2010-02-151-5/+5
* moved exceptions to their own moduleandy2010-01-131-4/+6
* - redis is now in it's own module. existing client imported and added to __a...andy2010-01-131-0/+8