summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rename empty_errow -> empty_response as the value is the actual responseerror_defaultsAndy McCurdy2018-11-051-7/+7
* add test for non-transaction pipelines as wellAndy McCurdy2018-11-041-2/+16
* hook for graceful command failure, even in pipelinesAndy McCurdy2018-11-043-9/+37
* Merge pull request #1051 from itamarhaber/swapdbAndy McCurdy2018-11-031-1/+5
|\
| * Adds SWAPDBItamar Haber2018-11-031-1/+5
* | Merge pull request #964 from remeika/documents-strictredis-rediss-supportAndy McCurdy2018-11-021-4/+12
|\ \
| * \ Merge branch 'master' into documents-strictredis-rediss-supportAndy McCurdy2018-11-0232-130/+1070
| |\ \ | |/ / |/| |
* | | Merge pull request #985 from mmaslowskicc/from-url-max-connectionsAndy McCurdy2018-11-022-2/+4
|\ \ \
| * | | Fix parsing max_connections URL query string parameterMichał Masłowski2018-05-232-2/+4
* | | | Merge pull request #990 from jstern/patch-1Andy McCurdy2018-11-021-1/+2
|\ \ \ \
| * | | | fix description for srandmember bugfixJonathan Stern2018-06-021-1/+2
* | | | | Merge pull request #1018 from mzalimeni/info-support-colon-keysAndy McCurdy2018-11-021-1/+2
|\ \ \ \ \
| * | | | | Fix parsing for INFO keys that include ':'Michael Zalimeni2018-08-081-1/+2
| |/ / / /
* | | | | Merge pull request #1035 from qingping209/handle-geodist-none-rspAndy McCurdy2018-11-021-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | geodist may return none or float, response handler callback shouldqingping2092018-09-301-2/+2
* | | | | Merge pull request #1047 from jdufresne/errnoAndy McCurdy2018-11-011-1/+0
|\ \ \ \ \
| * | | | | Remove duplicate import of errnoJon Dufresne2018-11-011-1/+0
* | | | | | Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2018-11-017-33/+21
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #915 from jdufresne/tox-py32Andy McCurdy2018-11-011-1/+1
| |\ \ \ \ \
| | * | | | | Sync tox.ini configuration with supported Python versionsJon Dufresne2018-11-011-1/+1
| * | | | | | Merge pull request #1032 from jdufresne/httpsAndy McCurdy2018-11-015-14/+15
| |\ \ \ \ \ \
| | * | | | | | Prefer https:// for URLs when availableJon Dufresne2018-11-015-14/+15
| | |/ / / / /
| * | | | | | Merge pull request #1045 from jdufresne/easy-installAndy McCurdy2018-11-011-2/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Remove reference to deprecated easy_installJon Dufresne2018-11-011-2/+1
| |/ / / / /
| * | | | | Merge pull request #1038 from jeffwidman/patch-1Andy McCurdy2018-11-011-12/+0
| |\ \ \ \ \
| | * | | | | Drop easy_install mentionsJeff Widman2018-10-111-12/+0
| | |/ / / /
| * | | | | Merge pull request #1039 from jeffwidman/patch-2Andy McCurdy2018-11-013-4/+4
| |\ \ \ \ \
| | * | | | | "while 1" --> "while True"Jeff Widman2018-10-113-4/+4
| | |/ / / /
* | | | | | added MKSTREAM option to xgroup_createAndy McCurdy2018-11-012-2/+27
|/ / / / /
* | | | | remove unncessary deletes at beginning of testsAndy McCurdy2018-11-011-8/+0
* | | | | Merge pull request #1037 from itamarhaber/zpopAndy McCurdy2018-11-012-1/+115
|\ \ \ \ \
| * | | | | Removes errant committed fileItamar Haber2018-10-051-7/+0
| * | | | | PEP8's itItamar Haber2018-10-052-9/+16
| * | | | | Converts score from string to floatItamar Haber2018-10-052-11/+12
| * | | | | Adds BZPOPMAX and BZPOPMINItamar Haber2018-10-052-1/+71
| * | | | | Adds ZPOPMAX and ZPOPMINItamar Haber2018-10-053-1/+44
| |/ / / /
* | | | | Merge pull request #1044 from faheel/fix-docs-formattingAndy McCurdy2018-11-011-2/+2
|\ \ \ \ \
| * | | | | Add missing spaceFaheel Ahmad2018-11-011-2/+2
* | | | | | fix test that breaks if other clients are connected to the redis serverAndy McCurdy2018-11-011-4/+3
* | | | | | python2 compatAndy McCurdy2018-10-311-3/+3
* | | | | | python 2 likes binary regex hints specified as 'br' rather than 'rb'Andy McCurdy2018-10-311-1/+1
* | | | | | guarentee consistency by mapping the keys/values with one callAndy McCurdy2018-10-311-2/+3
|/ / / / /
* | | | | avoid calling pytest fixtures directly since that's frowned uponAndy McCurdy2018-10-312-5/+6
* | | | | explicit parsing of xclaim response with justid=TrueAndy McCurdy2018-10-311-3/+5
* | | | | rename start/finish and start/end args to min/max on all stream commandsAndy McCurdy2018-10-312-20/+20
* | | | | refactor a bunch of the tests.Andy McCurdy2018-10-312-194/+427
* | | | | alphabetize part 2Andy McCurdy2018-10-311-31/+31
* | | | | fix commentAndy McCurdy2018-10-311-2/+1
* | | | | reorganize stream testsAndy McCurdy2018-10-312-118/+107
* | | | | alphabetize stream functionsAndy McCurdy2018-10-311-180/+180