Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Remove from __future__ import with_statement | Jon Dufresne | 2018-11-03 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | All supported Python versions support the with statement. | |||||
* | | | | add response callback for the UNLINK command | Andy McCurdy | 2018-11-06 | 1 | -5/+5 | |
| | | | | ||||||
* | | | | Merge pull request #933 from yozel/master | Andy McCurdy | 2018-11-06 | 1 | -0/+4 | |
|\ \ \ \ | | | | | | | | | | | Add support for UNLINK command | |||||
| * | | | | Add support for UNLINK command | Yasin Ozel | 2017-12-01 | 1 | -0/+4 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #1036 from itamarhaber/v5-client-subcommands | Andy McCurdy | 2018-11-05 | 1 | -0/+18 | |
|\ \ \ \ | | | | | | | | | | | Adds v5 new client subcommands | |||||
| * \ \ \ | Merge branch 'master' into v5-client-subcommands | Andy McCurdy | 2018-11-05 | 1 | -49/+529 | |
| |\ \ \ \ | ||||||
| * | | | | | Remove reason arg from client_unblock. Use boolean 'error' arg instead. | Roey Prat | 2018-11-04 | 1 | -8/+7 | |
| | | | | | | ||||||
| * | | | | | Adds unblock reason support | Itamar Haber | 2018-10-05 | 1 | -4/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | |||||
| * | | | | | Adds CLIENT UNBLOCK | Itamar Haber | 2018-10-05 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | |||||
| * | | | | | Adds support for CLIENT ID | Itamar Haber | 2018-10-05 | 1 | -0/+5 | |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | |||||
* | | | | | wrap xgroup_create's MKSTREAM option in a Token.get_token() | Andy McCurdy | 2018-11-05 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | rename empty_errow -> empty_response as the value is the actual responseerror_defaults | Andy McCurdy | 2018-11-05 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | hook for graceful command failure, even in pipelines | Andy McCurdy | 2018-11-04 | 1 | -9/+22 | |
| | | | | | | | | | | | | | | | | allow commands that expect 1 or more keys to fail gracefully when 0 keys are provided | |||||
* | | | | Merge pull request #1051 from itamarhaber/swapdb | Andy McCurdy | 2018-11-03 | 1 | -1/+5 | |
|\ \ \ \ | |_|/ / |/| | | | Adds SWAPDB | |||||
| * | | | Adds SWAPDB | Itamar Haber | 2018-11-03 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | No tests were added - consistent with basic operations such as FLUSHDB Signed-off-by: Itamar Haber <itamar@redislabs.com> | |||||
* | | | | Merge branch 'master' into documents-strictredis-rediss-support | Andy McCurdy | 2018-11-02 | 1 | -35/+490 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #1018 from mzalimeni/info-support-colon-keys | Andy McCurdy | 2018-11-02 | 1 | -1/+2 | |
| |\ \ \ \ | | | | | | | | | | | | | Fix parsing for INFO keys that include ':' | |||||
| | * | | | | Fix parsing for INFO keys that include ':' | Michael Zalimeni | 2018-08-08 | 1 | -1/+2 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Merge pull request #1035 from qingping209/handle-geodist-none-rsp | Andy McCurdy | 2018-11-02 | 1 | -2/+2 | |
| |\ \ \ \ | | |_|/ / | |/| | | | handle the case where geodist return -1 | |||||
| | * | | | geodist may return none or float, response handler callback should | qingping209 | 2018-09-30 | 1 | -2/+2 | |
| | |/ / | | | | | | | | | | | | | be float_or_none | |||||
| * | | | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2018-11-01 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Prefer https:// for URLs when available | Jon Dufresne | 2018-11-01 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Merge pull request #1039 from jeffwidman/patch-2 | Andy McCurdy | 2018-11-01 | 1 | -1/+1 | |
| | |\ \ \ | | | | | | | | | | | | | "while 1" --> "while True" | |||||
| | | * | | | "while 1" --> "while True" | Jeff Widman | 2018-10-11 | 1 | -1/+1 | |
| | | |/ / | | | | | | | | | | | | | | | | This is python, not C | |||||
| * | | | | added MKSTREAM option to xgroup_create | Andy McCurdy | 2018-11-01 | 1 | -2/+5 | |
| |/ / / | ||||||
| * | | | Merge pull request #1037 from itamarhaber/zpop | Andy McCurdy | 2018-11-01 | 1 | -1/+65 | |
| |\ \ \ | | | | | | | | | | | Adds support for ZPOPMAX, ZPOPMIN and their respective blocking variants | |||||
| | * | | | PEP8's it | Itamar Haber | 2018-10-05 | 1 | -7/+14 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | |||||
| | * | | | Converts score from string to float | Itamar Haber | 2018-10-05 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | |||||
| | * | | | Adds BZPOPMAX and BZPOPMIN | Itamar Haber | 2018-10-05 | 1 | -1/+41 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | |||||
| | * | | | Adds ZPOPMAX and ZPOPMIN | Itamar Haber | 2018-10-05 | 1 | -1/+17 | |
| | |/ / | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | |||||
| * | | | Merge pull request #1044 from faheel/fix-docs-formatting | Andy McCurdy | 2018-11-01 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | Improve formatting of docs | |||||
| | * | | | Add missing space | Faheel Ahmad | 2018-11-01 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | guarentee consistency by mapping the keys/values with one call | Andy McCurdy | 2018-10-31 | 1 | -2/+3 | |
| |/ / / | ||||||
| * | | | explicit parsing of xclaim response with justid=True | Andy McCurdy | 2018-10-31 | 1 | -3/+5 | |
| | | | | ||||||
| * | | | rename start/finish and start/end args to min/max on all stream commands | Andy McCurdy | 2018-10-31 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | this is consistent with the rest of the library and is clearer terminology to the end user | |||||
| * | | | refactor a bunch of the tests. | Andy McCurdy | 2018-10-31 | 1 | -59/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - split out tests for each client function - alphabetize - make sure response callbacks return system info dicts with native string keys rather than byte strings. - make sure empty versions of commands that typically return a list return an empty list when streams or messages don't exist | |||||
| * | | | alphabetize part 2 | Andy McCurdy | 2018-10-31 | 1 | -31/+31 | |
| | | | | ||||||
| * | | | fix comment | Andy McCurdy | 2018-10-31 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | reorganize stream tests | Andy McCurdy | 2018-10-31 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | alphabetize stream functions | Andy McCurdy | 2018-10-31 | 1 | -180/+180 | |
| | | | | ||||||
| * | | | rename _name -> name | Andy McCurdy | 2018-10-31 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | alphabetize the callback list | Andy McCurdy | 2018-10-31 | 1 | -43/+35 | |
| | | | | ||||||
| * | | | XREAD and XREADGROUP return empty lists when the server returns no messages | Roey Prat | 2018-10-31 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | XPENDING parse response and unit test | Roey Prat | 2018-10-31 | 1 | -6/+50 | |
| | | | | ||||||
| * | | | fix XCLAIM to handle justid parameter correctly | Roey Prat | 2018-10-31 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | XCLAIM simplify argument checks | Roey Prat | 2018-10-31 | 1 | -19/+22 | |
| | | | | ||||||
| * | | | remove code duplication | Roey Prat | 2018-10-31 | 1 | -52/+0 | |
| | | | | ||||||
| * | | | string interpolation for the error messages needs to include the positional ↵ | Roey Prat | 2018-10-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | index | |||||
| * | | | XREAD and XREADGROUP should take streams as a required dict arg rather than ↵ | Roey Prat | 2018-10-31 | 1 | -23/+17 | |
| | | | | | | | | | | | | | | | | kwargs | |||||
| * | | | streams commands wrap all string literals in Token.get_token | Roey Prat | 2018-10-31 | 1 | -14/+18 | |
| | | | |