summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | rename _name -> nameAndy McCurdy2018-10-311-2/+2
* | | | | | alphabetize the callback listAndy McCurdy2018-10-311-43/+35
* | | | | | Merge branch 'pr/1040'Andy McCurdy2018-10-3125-43/+641
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | XREAD and XREADGROUP return empty lists when the server returns no messagesRoey Prat2018-10-312-4/+4
| * | | | | XPENDING parse response and unit testRoey Prat2018-10-312-6/+71
| * | | | | fix XCLAIM to handle justid parameter correctlyRoey Prat2018-10-312-2/+5
| * | | | | XCLAIM simplify argument checksRoey Prat2018-10-311-19/+22
| * | | | | remove code duplicationRoey Prat2018-10-312-82/+0
| * | | | | string interpolation for the error messages needs to include the positional i...Roey Prat2018-10-311-2/+2
| * | | | | XREAD and XREADGROUP should take streams as a required dict arg rather than k...Roey Prat2018-10-312-27/+21
| * | | | | streams commands wrap all string literals in Token.get_tokenRoey Prat2018-10-311-14/+18
| * | | | | unit test for xclaimRoey Prat2018-10-281-0/+15
| * | | | | allow list based iterating on XREADGROUP resultsRoey Prat2018-10-282-9/+7
| * | | | | multi_stream_list should use nativestr for compatibilityRoey Prat2018-10-281-1/+1
| * | | | | stream_list should reuse pairs_to_dictRoey Prat2018-10-281-9/+1
| * | | | | XADD removing unnecessary stream_key parse functionRoey Prat2018-10-281-5/+0
| * | | | | XCLAIM renaming param to param_value, and adding param_name to piecesRoey Prat2018-10-281-7/+7
| * | | | | pieces.extend(pair) is slightly more efficient.Roey Prat2018-10-281-2/+1