summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* version bump to 2.6.12.6.1andy2012-08-141-1/+1
* Raise an exception if there's any kind of error. Fix for #251.andy2012-08-141-0/+2
* thanks Alex!andy2012-08-061-0/+2
* version bump2.6.0andy2012-07-171-1/+1
* Changed (p)subscribe and (p)unsubscribe to no longer return confirmation of s...andy2012-07-171-0/+9
* changesandy2012-06-141-0/+1
* changelogandy2012-06-101-0/+4
* 2.4.132.4.13andy2012-05-181-1/+1
* changelogandy2012-05-181-0/+3
* 2.4.12, redis-py is now fork-safe2.4.12andy2012-04-271-0/+2
* fix for #217 to make the INFO command parsing more tolerantandy2012-01-131-1/+3
* Raise an authentication error if an invalid password is suppliedandy2011-11-071-0/+2
* HiredisParser raises a RedisError if Hiredis is unavailableandy2011-11-071-0/+3
* Releasing 2.4.102.4.10andy2011-10-281-1/+1
* always forgot the stupid changelogandy2011-10-281-1/+1
* Limit the maximum bytes read from the PythonParser. Fix for #205.andy2011-10-241-0/+2
* Fix spacing from DEBUG OBJECT pull request.andy2011-10-241-0/+1
* attributionandy2011-10-141-1/+2
* Added __del__ methods for classes that hold on to resources that need to be c...andy2011-10-141-0/+3
* added the ECHO command for completenessandy2011-10-101-0/+1
* manually reconnect the connection in the PubSub class. This avoids blowing ou...andy2011-10-101-0/+3
* changelogandy2011-10-101-0/+4
* StrictRedis gets it's own Pipeline class. Fix for #174.andy2011-08-021-0/+3
* changelog updateandy2011-07-261-0/+5
* 2.4.92.4.9andy2011-07-221-1/+3
* Removed socket retry logic in Connection. This is the responsbility of the ca...andy2011-07-221-0/+4
* 2.4.82.4.8andy2011-07-201-0/+2
* version bump for 2.4.72.4.7andy2011-07-171-1/+1
* Added a `transaction` convenience method that eliminates boilerplate whenandy2011-07-171-0/+3
* Pipelines can now be used as Context Managers. Thanks David Wolever. Fixes #160andy2011-07-171-3/+6
* Fix for #161. Make sure we release the connection back to the pool afterandy2011-07-161-0/+3
* typo in changelogandy2011-07-131-2/+2
* credit to Randall Leeds and David Woleverandy2011-07-131-1/+2
* version bump to 2.4.62.4.6andy2011-07-131-5/+8
* Merge branch 'master' into watchandy2011-07-111-2/+9
|\
| * remove PUBLISH from the PubSub object. Can't PUBLISH from any connection that...Andy McCurdy2011-07-111-1/+9
* | WATCH and UNWATCH have been broken since 2.4 because of connection pooling. T...Andy McCurdy2011-07-111-1/+4
|/
* Fix for #153, can only reliably check the last byte of the responseAndy McCurdy2011-07-101-0/+1
* updated changelogAndy McCurdy2011-06-211-0/+3
* version bump 2.4.5Andy McCurdy2011-06-101-1/+3
* fix a typo introduced in last commit. thanks Ask Solem for finding.Andy McCurdy2011-06-071-0/+2
* fix UnixDomainSocketConnection to report error messages based on it's attribu...Andy McCurdy2011-06-071-0/+6
* version bumpAndy McCurdy2011-06-011-1/+1
* changelogAndy McCurdy2011-06-011-0/+2
* 2.4.0 is out!Andy McCurdy2011-06-011-2/+1
* updated changesAndy McCurdy2011-06-011-0/+5
* remove the SELECT command completely. use a separate client instance instead.Andy McCurdy2011-05-241-7/+5
* updated changelog for 2.4Andy McCurdy2011-05-231-1/+45
* credit to Benjamin Anderson.Andy McCurdy2011-04-261-0/+6
* __getitem__ now raises a KeyError when a key doesn't existAndy McCurdy2011-04-261-0/+2