summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.10.5 (incrementing the version to avoid a pypi issue)2.10.5Andy McCurdy2015-11-023-3/+5
* 2.10.42.10.4Andy McCurdy2015-11-022-2/+2
* start building universal wheels with the next pypi releaseAndy McCurdy2015-11-021-0/+2
* socket errors on windows contain more than 2 arguments.Andy McCurdy2015-11-021-3/+4
* typoAndy McCurdy2015-11-021-2/+2
* ignore errors raised in SocketBuffer's close method. See #633.Andy McCurdy2015-11-021-2/+10
* max_connections should default to NoneAndy McCurdy2015-11-022-2/+4
* Merge pull request #665 from ohadpartuck/connection_pool_max_connectionsAndy McCurdy2015-11-021-2/+4
|\
| * adding max_connections option to StrictRedis ClassOhad Perry2015-10-131-2/+4
* | cleanupAndy McCurdy2015-11-022-7/+4
* | Merge pull request #669 from th13f/masterAndy McCurdy2015-11-021-2/+12
|\ \
| * | decreased length of exception class retrieving lineth13f2015-10-261-1/+4
| * | parsing 'max number of clients reached' as ConnectionErrorth13f2015-10-261-2/+9
|/ /
* | Merge pull request #667 from sirk390/masterAndy McCurdy2015-10-203-0/+28
|\ \ | |/ |/|
| * -Add CHANGES message.Christian Bodt2015-10-202-3/+4
| * -added zrevrangebylexChristian Bodt2015-10-202-0/+27
|/
* satisfy pep8 updatesAndy McCurdy2015-09-282-14/+28
* removed the proactive check in HiredisParser for a line endingAndy McCurdy2015-09-282-9/+4
* Merge pull request #657 from harlowja/avoid-needlessAndy McCurdy2015-09-281-1/+2
|\
| * Avoid needlessly making temporary lists to merge dict(s) togetherJoshua Harlow2015-09-271-1/+2
|/
* Merge pull request #646 from lamby/embedded-string-testAndy McCurdy2015-08-201-1/+1
|\
| * Fix tests under Redis 3.x; we can be of an "embedded string" format now.Chris Lamb2015-08-181-1/+1
|/
* Merge pull request #620 from cwilkes/masterAndy McCurdy2015-05-222-3/+7
|\
| * support multiple keys for pfcount callChris Wilkes2015-05-222-3/+7
|/
* Merge pull request #614 from duxiaoyao/masterAndy McCurdy2015-05-042-1/+8
|\
| * fix: Connection.encode complains when value is an object having unicode chara...Eric Du2015-05-042-1/+8
|/
* Merge pull request #588 from paulkeene/masterAndy McCurdy2015-02-102-18/+34
|\
| * Fix pep8 errorsPaul Keene2015-02-102-18/+34
|/
* changelogAndy McCurdy2015-02-091-0/+15
* Handle percent-encoded URLs in parsing codePaul Keene2015-02-093-9/+71
* Merge pull request #580 from eshizhan/masterAndy McCurdy2015-01-161-0/+9
|\
| * Add WAIT command for Redis synchronous replicationeshizhan2015-01-151-0/+9
|/
* Merge pull request #547 from msabramo/escape_asterisksAndy McCurdy2015-01-031-2/+2
|\
| * Escape 2 asterisks in README.rstMarc Abramowitz2014-10-251-2/+2
* | Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2015-01-023-3/+52
|\ \
| * \ Merge pull request #567 from harlowja/watch-delayAndy McCurdy2014-12-081-0/+4
| |\ \
| | * | Allow delay between watch errorsJoshua Harlow2014-12-081-0/+4
| |/ /
| * | Merge pull request #564 from hendrik-cliqz/fix-unicode-conversion-in-exceptio...Andy McCurdy2014-12-053-3/+48
| |\ \ | | |/ | |/|
| | * pep8 fixHendrik Muhs2014-12-041-0/+1
| | * fix pep8Hendrik Muhs2014-12-042-5/+7
| | * UnicodeDecodeErrorfix unicode encode error when using pipeline in combination...Hendrik Muhs2014-12-043-3/+45
| |/
* | better handling of the pub/sub workerthread's stop behaviorAndy McCurdy2015-01-021-20/+29
|/
* should also reinitialize with check_connectionAndy McCurdy2014-09-181-0/+1
* Merge pull request #534 from df3n5/masterAndy McCurdy2014-09-181-0/+1
|\
| * Passing is_master flag through on resetJonathan Frawley2014-09-181-0/+1
|/
* Merge pull request #530 from deejay1/string_fixesAndy McCurdy2014-09-031-2/+2
|\
| * Fix typos in READMEŁukasz Jernaś2014-09-031-2/+2
|/
* changelogAndy McCurdy2014-08-151-0/+2
* docstringAndy McCurdy2014-08-151-3/+9
* Merge branch 'pr/520'Andy McCurdy2014-08-152-6/+7
|\