Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated tox config for pytestpytest | andy | 2013-06-08 | 1 | -9/+30 |
| | |||||
* | encoding fix | andy | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | python 2.5 support | andy | 2013-06-07 | 1 | -0/+1 |
| | |||||
* | pubsub tests | andy | 2013-06-06 | 3 | -124/+98 |
| | |||||
* | encoding tests | andy | 2013-06-06 | 5 | -80/+52 |
| | |||||
* | locking tests in pytest | andy | 2013-06-06 | 2 | -71/+61 |
| | |||||
* | python 2.5 compat | andy | 2013-06-05 | 2 | -0/+2 |
| | |||||
* | pipeline tests converted to pytest | andy | 2013-06-04 | 2 | -202/+202 |
| | |||||
* | Merge branch 'master' into pytest | andy | 2013-06-04 | 3 | -1/+8 |
|\ | |||||
| * | Merge pull request #351 from yossigo/busy-loading | Andy McCurdy | 2013-06-04 | 3 | -1/+8 |
| |\ | | | | | | | Add BusyLoadingError exception. | ||||
| | * | BusyLoadingError should inherit ConnectionError. | Yossi Gottlieb | 2013-06-04 | 1 | -1/+1 |
| | | | |||||
| | * | Add BusyLoadingError exception to differentiate -LOADING errors from connect ↵ | Yossi Gottlieb | 2013-06-04 | 3 | -1/+8 |
| | | | | | | | | | | | | errors. | ||||
* | | | connection pool tests | andy | 2013-06-04 | 2 | -32/+23 |
| | | | |||||
* | | | bad merge conflict | andy | 2013-06-04 | 1 | -1850/+0 |
| | | | |||||
* | | | Merge branch 'master' into pytest | andy | 2013-06-04 | 4 | -0/+1862 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: tests/server_commands.py | ||||
| * | | changelog | andy | 2013-06-04 | 1 | -0/+2 |
| | | | |||||
| * | | pep8 | andy | 2013-06-04 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #352 from yossigo/config_resetstat | Andy McCurdy | 2013-06-04 | 2 | -0/+10 |
| |\ \ | | |/ | |/| | Add CONFIG RESETSTAT support. | ||||
| | * | Add CONFIG RESETSTAT support. | Yossi Gottlieb | 2013-06-04 | 2 | -0/+10 |
| |/ | |||||
* | | pytest config file | andy | 2013-06-04 | 1 | -0/+26 |
| | | |||||
* | | pytest framework and server commands | andy | 2013-06-04 | 6 | -1911/+1286 |
|/ | |||||
* | test hiredis builds with tox | andy | 2013-05-25 | 1 | -1/+17 |
| | |||||
* | Merge branch 'master' of github.com:andymccurdy/redis-py | andy | 2013-05-23 | 1 | -1/+2 |
|\ | |||||
| * | Merge pull request #347 from kakwa/master | Andy McCurdy | 2013-05-15 | 1 | -1/+2 |
| |\ | | | | | | | error in the __call__ method of class Script | ||||
| | * | pep8 compliance | Carpentier Pierre-Francois | 2013-05-15 | 1 | -1/+1 |
| | | | |||||
| | * | error in the __call__ method of class Script | Carpentier Pierre-Francois | 2013-05-15 | 1 | -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 3 | andy | 2013-05-23 | 3 | -13/+13 |
|/ | |||||
* | version 2.7.52.7.5 | andy | 2013-05-14 | 2 | -2/+3 |
| | |||||
* | Merge pull request #345 from awestendorf/uri-without-port | Andy McCurdy | 2013-05-10 | 1 | -1/+1 |
|\ | | | | | from_url supports URI without a port number, defaults to 6379 | ||||
| * | from_url supports URI without a port number, defaults to 6379 | Aaron Westendorf | 2013-05-10 | 1 | -1/+1 |
|/ | |||||
* | can reuse the already existing parse_error routine to deal with LOADING errors. | andy | 2013-05-06 | 1 | -6/+3 |
| | |||||
* | make tox run newest pep8 | andy | 2013-05-06 | 1 | -1/+1 |
| | |||||
* | maybe quotes are necessary? | andy | 2013-05-01 | 1 | -3/+3 |
| | |||||
* | apparently hiredis doesn't work with python2.5, so turning off for now | andy | 2013-05-01 | 1 | -0/+3 |
| | |||||
* | separate travis builds for hiredis | andy | 2013-05-01 | 1 | -0/+4 |
| | |||||
* | DEL, HDEL, ZREM commands now return number of keys deleted. fixed #243 | andy | 2013-05-01 | 3 | -11/+34 |
| | |||||
* | more RST formatting | andy | 2013-04-28 | 1 | -9/+9 |
| | |||||
* | 2.7.42.7.4 | andy | 2013-04-28 | 3 | -3/+4 |
| | |||||
* | use README.rst for long description | andy | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | moving to RST | andy | 2013-04-28 | 1 | -39/+95 |
| | |||||
* | keep history | andy | 2013-04-28 | 2 | -440/+31 |
| | |||||
* | more rst | andy | 2013-04-28 | 1 | -11/+11 |
| | |||||
* | better links | andy | 2013-04-28 | 1 | -7/+7 |
| | |||||
* | rst format readme | andy | 2013-04-28 | 1 | -0/+409 |
| | |||||
* | Merge pull request #343 from cypreess/master | Andy McCurdy | 2013-04-28 | 1 | -0/+10 |
|\ | | | | | Fixing INCRBY inconsistent naming | ||||
| * | Adding incrby alias | Krzysztof Dorosz | 2013-04-28 | 1 | -0/+10 |
|/ | |||||
* | remove offending pep8 line, travis ci should pass now | andy | 2013-04-27 | 1 | -2/+0 |
| | |||||
* | run fewer pep8 builds | andy | 2013-04-27 | 1 | -3/+6 |
| | |||||
* | install pep8 in install: section | andy | 2013-04-27 | 1 | -3/+4 |
| | |||||
* | bash foo | andy | 2013-04-27 | 1 | -2/+1 |
| |