summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated tox config for pytestpytestandy2013-06-081-9/+30
|
* encoding fixandy2013-06-071-1/+1
|
* python 2.5 supportandy2013-06-071-0/+1
|
* pubsub testsandy2013-06-063-124/+98
|
* encoding testsandy2013-06-065-80/+52
|
* locking tests in pytestandy2013-06-062-71/+61
|
* python 2.5 compatandy2013-06-052-0/+2
|
* pipeline tests converted to pytestandy2013-06-042-202/+202
|
* Merge branch 'master' into pytestandy2013-06-043-1/+8
|\
| * Merge pull request #351 from yossigo/busy-loadingAndy McCurdy2013-06-043-1/+8
| |\ | | | | | | Add BusyLoadingError exception.
| | * BusyLoadingError should inherit ConnectionError.Yossi Gottlieb2013-06-041-1/+1
| | |
| | * Add BusyLoadingError exception to differentiate -LOADING errors from connect ↵Yossi Gottlieb2013-06-043-1/+8
| | | | | | | | | | | | errors.
* | | connection pool testsandy2013-06-042-32/+23
| | |
* | | bad merge conflictandy2013-06-041-1850/+0
| | |
* | | Merge branch 'master' into pytestandy2013-06-044-0/+1862
|\ \ \ | |/ / | | | | | | | | | Conflicts: tests/server_commands.py
| * | changelogandy2013-06-041-0/+2
| | |
| * | pep8andy2013-06-041-1/+2
| | |
| * | Merge pull request #352 from yossigo/config_resetstatAndy McCurdy2013-06-042-0/+10
| |\ \ | | |/ | |/| Add CONFIG RESETSTAT support.
| | * Add CONFIG RESETSTAT support.Yossi Gottlieb2013-06-042-0/+10
| |/
* | pytest config fileandy2013-06-041-0/+26
| |
* | pytest framework and server commandsandy2013-06-046-1911/+1286
|/
* test hiredis builds with toxandy2013-05-251-1/+17
|
* Merge branch 'master' of github.com:andymccurdy/redis-pyandy2013-05-231-1/+2
|\
| * Merge pull request #347 from kakwa/masterAndy McCurdy2013-05-151-1/+2
| |\ | | | | | | error in the __call__ method of class Script
| | * pep8 complianceCarpentier Pierre-Francois2013-05-151-1/+1
| | |
| | * error in the __call__ method of class ScriptCarpentier Pierre-Francois2013-05-151-1/+2
| |/ | | | | | | | | | | | | If "client" is a pipeline, and this pipeline is empty, python converts "client" to False when casting in bool because Class BasePipeline has a method __len__. "client" is reset to self.registered_client, and the script is not executed in the pipeline as it should. The correct test is to check if "client" equals None. see http://stackoverflow.com/questions/100732/why-is-if-not-someobj-better-than-if-someobj-none-in-python for bool conversion (first answer).
* | use iterators for dict traversal in both python 2 and 3andy2013-05-233-13/+13
|/
* version 2.7.52.7.5andy2013-05-142-2/+3
|
* Merge pull request #345 from awestendorf/uri-without-portAndy McCurdy2013-05-101-1/+1
|\ | | | | from_url supports URI without a port number, defaults to 6379
| * from_url supports URI without a port number, defaults to 6379Aaron Westendorf2013-05-101-1/+1
|/
* can reuse the already existing parse_error routine to deal with LOADING errors.andy2013-05-061-6/+3
|
* make tox run newest pep8andy2013-05-061-1/+1
|
* maybe quotes are necessary?andy2013-05-011-3/+3
|
* apparently hiredis doesn't work with python2.5, so turning off for nowandy2013-05-011-0/+3
|
* separate travis builds for hiredisandy2013-05-011-0/+4
|
* DEL, HDEL, ZREM commands now return number of keys deleted. fixed #243andy2013-05-013-11/+34
|
* more RST formattingandy2013-04-281-9/+9
|
* 2.7.42.7.4andy2013-04-283-3/+4
|
* use README.rst for long descriptionandy2013-04-281-1/+1
|
* moving to RSTandy2013-04-281-39/+95
|
* keep historyandy2013-04-282-440/+31
|
* more rstandy2013-04-281-11/+11
|
* better linksandy2013-04-281-7/+7
|
* rst format readmeandy2013-04-281-0/+409
|
* Merge pull request #343 from cypreess/masterAndy McCurdy2013-04-281-0/+10
|\ | | | | Fixing INCRBY inconsistent naming
| * Adding incrby aliasKrzysztof Dorosz2013-04-281-0/+10
|/
* remove offending pep8 line, travis ci should pass nowandy2013-04-271-2/+0
|
* run fewer pep8 buildsandy2013-04-271-3/+6
|
* install pep8 in install: sectionandy2013-04-271-3/+4
|
* bash fooandy2013-04-271-2/+1
|