summaryrefslogtreecommitdiff
path: root/redis/client.py
Commit message (Expand)AuthorAgeFilesLines
* automatic message decoding if decode_responses=True. bugfixes, tests.Andy McCurdy2014-04-011-27/+66
* fixes PubSub.subscribe once and for all.Andy McCurdy2014-03-281-49/+48
* fixed a bunch get_message() bugs, refactored the PythonParser to be saner.Andy McCurdy2014-03-271-10/+23
* Merge branch 'master' into pubsubAndy McCurdy2014-03-131-62/+298
|\
| * Fix argument spellingOleg Pudeyev2014-01-251-2/+2
| * this issue fixes #413Richard Shea2013-12-171-0/+1
| * Add extra info to exceptions raised in pipelines. Fixes #407Andy McCurdy2013-12-081-8/+18
| * some *SCAN cleanupAndy McCurdy2013-12-031-22/+14
| * Merge branch 'master' into pr/404Andy McCurdy2013-12-031-9/+13
| |\
| | * Merge branch 'pr/403'Andy McCurdy2013-11-281-2/+6
| | |\
| | | * Fixes `Redis.__delitem__` & `Redis.__setitem__`.Bertrand Bordage2013-11-261-2/+6
| | * | 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/399'Andy McCurdy2013-11-261-0/+3
| |\ \ \
| | * | | Move repr to Connection and UnixDomainConnection. Add repr support to Redis, ...Mark Roberts2013-11-051-4/+1
| | * | | Add support for showing db connection info via reprMark Roberts2013-11-011-0/+6
| | | |/ | | |/|
| * | | Fix a typo on sunionlimsangjin122013-11-191-1/+1
| |/ /
| * | 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
| * comments and changelogAndy McCurdy2013-09-131-2/+2
| * PEP8 fixVitja Makarov2013-09-041-1/+1
| * Improved sentinel commands supportVitja Makarov2013-09-041-10/+74
| * fix zrevrange parameter name where there is a semantic error.xiaost2013-08-301-4/+4
| * 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
| * Merge branch 'lock_timeout' of git://github.com/vitek/redis-py into vitek-loc...Andy McCurdy2013-08-231-1/+1
| |\
| | * redis.client.Lock: use float timestampVitja Makarov2013-08-171-1/+1
| * | handle ResponseErrors when parsing MULTI in pipelines.Andy McCurdy2013-08-231-2/+10
| |/
| * python2.5 compatAndy McCurdy2013-07-311-1/+1
| * pep8 fixingAndy McCurdy2013-07-311-14/+14
| * adds support for sentinel's SENTINEL commandAnna Janackova2013-07-191-1/+25
| * Merge pull request #365 from JustinHead/masterAndy McCurdy2013-07-181-0/+14
| |\
| | * Add dump and restore commands.Justin Head2013-07-181-0/+14
| * | added docstring for zcountMax2013-07-181-0/+4
| |/
| * Merge pull request #357 from studies/info_parseAndy McCurdy2013-06-141-1/+1
| |\
| | * Handling multiple collons when parsing INFO outputstudies2013-06-111-1/+1
| * | Merge branch 'master' into pytestandy2013-06-041-0/+4
| |\ \ | | |/
| | * Add CONFIG RESETSTAT support.Yossi Gottlieb2013-06-041-0/+4
| * | pytest framework and server commandsandy2013-06-041-27/+40
| |/
* | unnecessary connection disconnectsandy2013-05-281-2/+0
* | now that we have better control of the listen loop, we don't need to release ...andy2013-05-281-4/+0
* | use a property to control the pubsub listen/thread loopandy2013-05-281-2/+7
* | change "suppress" to "ignore"andy2013-05-281-8/+10
* | if (p)unsubscribing from all channels, remember to empty to channel cache. fi...andy2013-05-281-0/+4
* | refactored pubsub. needs testsandy2013-05-251-60/+139
|/