summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* version bump to 2.9.02.9.0Andy McCurdy2014-01-021-1/+1
* Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2014-01-021-1/+2
|\
| * Merge pull request #409 from paulovn/masterAndy McCurdy2013-12-101-1/+2
| |\
| | * self reference in SentinelConnectionPool changed to weak reference Paulo Villegas2013-12-011-1/+2
* | | ConnectionPools in forked and multi-threaded environments play nicer.Andy McCurdy2014-01-021-13/+20
|/ /
* | Add extra info to exceptions raised in pipelines. Fixes #407Andy McCurdy2013-12-083-22/+47
* | some *SCAN cleanupAndy McCurdy2013-12-031-22/+14
* | Merge branch 'master' into pr/404Andy McCurdy2013-12-032-9/+23
|\ \ | |/
| * Merge branch 'pr/403'Andy McCurdy2013-11-281-2/+6
| |\
| | * Fixes `Redis.__delitem__` & `Redis.__setitem__`.Bertrand Bordage2013-11-261-2/+6
| * | Merge pull request #373 from sirnicolaz/sugarAndy McCurdy2013-11-261-0/+10
| |\ \
| | * | Move import statement on top for PEP8 compliancy.Nicola Miotto2013-11-131-1/+3
| | * | Add utility for pipelining within 'with' statement.sirnicolaz2013-08-171-0/+8
| * | | proper casing of "Lua" in commentsAndy McCurdy2013-11-261-7/+7
* | | | fix pep8 incompabilityjingchao2013-11-271-1/+2
* | | | add 2.8.0 new methods: scan/sscan/hscan/zscanjingchao2013-11-271-1/+92
|/ / /
* | | Merge pull request #384 from dystedium/fixlockAndy McCurdy2013-11-261-2/+3
|\ \ \
| * | | Lock.release(): reorder code so assignment towil paredes2013-09-281-2/+3
* | | | Merge branch 'pr/391'Andy McCurdy2013-11-261-1/+10
|\ \ \ \
| * | | | double quotes rather than singlesAndy McCurdy2013-11-261-5/+6
| * | | | remove TODO, it is implemented by BlockingConnectionPool without a timeoutEric Urban2013-10-211-1/+0
| * | | | Update documentation on __init__ of ConnectionPool to explain usage and behaviorEric Urban2013-10-211-0/+9
* | | | | Merge branch 'pr/399'Andy McCurdy2013-11-262-0/+31
|\ \ \ \ \
| * | | | | Move repr to Connection and UnixDomainConnection. Add repr support to Redis, ...Mark Roberts2013-11-052-4/+29
| * | | | | Add support for showing db connection info via reprMark Roberts2013-11-011-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch 'pr/394'Andy McCurdy2013-11-261-1/+2
|\ \ \ \ \
| * | | | | stylisticAndy McCurdy2013-11-261-2/+2
| * | | | | Making fix PEP8 compliantAnshul Ranjan2013-11-121-1/+2
| * | | | | Fixed indentation to 4 spacesAnshul Ranjan2013-10-251-1/+1
| * | | | | Patch for better error message on protocol error.Anshul Ranjan2013-10-251-1/+1
| | |/ / / | |/| | |
* | | | | Fix a typo on sunionlimsangjin122013-11-191-1/+1
| |/ / / |/| | |
* | | | Override _checkpid() in SentinelConnectionPoolRoman Haritonov2013-10-301-0/+9
|/ / /
* | | Update client.pyEric Urban2013-10-191-1/+1
* | | Update client.pyEric Urban2013-10-191-1/+1
* | | Update client.pyEric Urban2013-10-191-1/+1
|/ /
* | Make docstring for hmset less ambiguousBrian Visel2013-09-271-2/+2
* | Merge branch 'vitek-sentinel'Andy McCurdy2013-09-132-10/+289
|\ \
| * | comments and changelogAndy McCurdy2013-09-132-30/+38
| * | PEP8 fixVitja Makarov2013-09-042-7/+7
| * | SentinelConnectionPool: add check_connection flagVitja Makarov2013-09-041-5/+19
| * | Allow to specify user's own connection pool classVitja Makarov2013-09-041-10/+14
| * | Rework slave selection logicVitja Makarov2013-09-041-45/+52
| * | Add docstrings for Sentinel classVitja Makarov2013-09-041-1/+63
| * | Add redis.sentinel moduleVitja Makarov2013-09-041-0/+120
| * | Improved sentinel commands supportVitja Makarov2013-09-041-10/+74
* | | Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2013-09-081-4/+4
|\ \ \ | |/ /
| * | fix zrevrange parameter name where there is a semantic error.xiaost2013-08-301-4/+4
* | | Errors during auth or DB select now close the socketAndy McCurdy2013-09-081-1/+6
|/ /
* | returning empty list when empty pipeline run per discussion in #362EliFinkelshteyn2013-08-261-1/+1
* | Checking if pipeline is empty prior to executing per discussion in #362EliFinkelshteyn2013-08-261-1/+3