summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| * | | | for python 2/3 compat we need isinstance to check both int and longRoey Prat2018-10-281-10/+10
| * | | | XADD key/value pairs of the entry should be specified as a single dict arg ra...Roey Prat2018-10-282-17/+19
| * | | | pycodestyle requires python 2.7 or greaterAndy McCurdy2018-10-281-1/+1
| * | | | pycodestyle fixes in clientRoey Prat2018-10-283-7/+8
| * | | | pycodestyle changes in benchmarkingRoey Prat2018-10-282-4/+5
| * | | | Style: use single ticks instead of double quotes for stringsItamar Haber2018-10-281-12/+12
| * | | | Implements XCLAIMRoey Prat2018-10-281-8/+59
| * | | | Implements XPENDINGRoey Prat2018-10-281-7/+38
| * | | | Implements XREADGROUPRoey Prat2018-10-282-7/+51
| * | | | Implements XTRIMItamar Haber2018-10-282-1/+30
| * | | | Implements XDELItamar Haber2018-10-282-1/+26
| * | | | Implements XACKItamar Haber2018-10-282-1/+21
| * | | | Implements XINFORoey Prat2018-10-282-10/+115
| * | | | Fixes to test_strict_xrangeRoey Prat2018-10-281-2/+2
| * | | | run tests of commands added in redis 5, if redis>=5Roey Prat2018-10-281-4/+4
| * | | | Implement XGROUPRoey Prat2018-10-282-0/+107
| * | | | xread: block parameter may be set to zero, to block indefinitelyRoey Prat2018-10-282-3/+3
| * | | | Added support for StreamsNick Farrell2018-10-282-1/+195
| * | | | gitignore .idea folder (used by jetbrains IDEs)Roey Prat2018-10-281-0/+1
| * | | | run travis with redis 5Roey Prat2018-10-281-3/+4
| * | | | pep8 was renamed to pycodestyleRoey Prat2018-10-283-9/+9
| * | | | move build tools to their own folder, separate from vagrantRoey Prat2018-08-3014-9/+9
| * | | | move redis installation to /var/lib/redisRoey Prat2018-07-196-10/+10
| |/ / /
* | | | Merge pull request #1026 from RoeyPrat/roey-read_the_docs_badgeAndy McCurdy2018-09-261-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | readme link badge to docs and pypi (#1021)Roey Prat2018-08-301-0/+4
|/ / /
* | | Merge pull request #987 from belm0/patch-1Andy McCurdy2018-05-301-7/+7
|\ \ \ | |/ / |/| |
| * | README: Lua is not an acronymJohn Belmonte2018-05-311-7/+7
|/ /
* | Merge pull request #980 from deslum/masterAndy McCurdy2018-05-201-2/+2
|\ \
| * | Fix bench command_packerroot2018-05-201-2/+2
|/ /
| * Documents rediss:// supportJames Remeika2018-04-061-4/+12
|/
* Merge pull request #921 from garlicnation/garlicnation-patch-1Andy McCurdy2017-11-071-2/+3
|\
| * Allow socket type to be configured in ConnectionAJ Ortega2017-11-071-2/+3
|/