Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | ||||||
| * | | allow list based iterating on XREADGROUP results | Roey Prat | 2018-10-28 | 1 | -6/+3 | |
| | | | ||||||
| * | | multi_stream_list should use nativestr for compatibility | Roey Prat | 2018-10-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | stream_list should reuse pairs_to_dict | Roey Prat | 2018-10-28 | 1 | -9/+1 | |
| | | | ||||||
| * | | XADD removing unnecessary stream_key parse function | Roey Prat | 2018-10-28 | 1 | -5/+0 | |
| | | | ||||||
| * | | XCLAIM renaming param to param_value, and adding param_name to pieces | Roey Prat | 2018-10-28 | 1 | -7/+7 | |
| | | | ||||||
| * | | pieces.extend(pair) is slightly more efficient. | Roey Prat | 2018-10-28 | 1 | -2/+1 | |
| | | | ||||||
| * | | for python 2/3 compat we need isinstance to check both int and long | Roey Prat | 2018-10-28 | 1 | -10/+10 | |
| | | | ||||||
| * | | XADD key/value pairs of the entry should be specified as a single dict arg ↵ | Roey Prat | 2018-10-28 | 1 | -3/+5 | |
| | | | | | | | | | | | | rather than kwargs | |||||
| * | | pycodestyle fixes in client | Roey Prat | 2018-10-28 | 3 | -7/+8 | |
| | | | ||||||
| * | | Style: use single ticks instead of double quotes for strings | Itamar Haber | 2018-10-28 | 1 | -12/+12 | |
| | | | ||||||
| * | | Implements XCLAIM | Roey Prat | 2018-10-28 | 1 | -8/+59 | |
| | | | ||||||
| * | | Implements XPENDING | Roey Prat | 2018-10-28 | 1 | -7/+38 | |
| | | | ||||||
| * | | Implements XREADGROUP | Roey Prat | 2018-10-28 | 1 | -1/+35 | |
| | | | ||||||
| * | | Implements XTRIM | Itamar Haber | 2018-10-28 | 1 | -1/+14 | |
| | | | ||||||
| * | | Implements XDEL | Itamar Haber | 2018-10-28 | 1 | -1/+12 | |
| | | | ||||||
| * | | Implements XACK | Itamar Haber | 2018-10-28 | 1 | -1/+11 | |
| | | | ||||||
| * | | Implements XINFO | Roey Prat | 2018-10-28 | 1 | -2/+105 | |
| | | | ||||||
| * | | Implement XGROUP | Roey Prat | 2018-10-28 | 1 | -0/+42 | |
| | | | ||||||
| * | | xread: block parameter may be set to zero, to block indefinitely | Roey Prat | 2018-10-28 | 1 | -2/+2 | |
| | | | ||||||
| * | | Added support for Streams | Nick Farrell | 2018-10-28 | 1 | -1/+133 | |
| |/ | | | | | | | | | | | | | | | This includes: XADD, XREAD, XRANGE, XREVRANGE, XLEN. See http://antirez.com/news/114 for more information. Consumer groups is not yet supported, as its details are still being finalised upstream. | |||||
* | | Documents rediss:// support | James Remeika | 2018-04-06 | 1 | -4/+12 | |
|/ | ||||||
* | Allow socket type to be configured in Connection | AJ Ortega | 2017-11-07 | 1 | -2/+3 | |
| | ||||||
* | Merge pull request #569 from 23doors/master | Andy McCurdy | 2017-10-26 | 1 | -28/+6 | |
|\ | | | | | Atomic redis.set when acquiring a lock | |||||
| * | Removing do_acquire from lualock as there is no gain over default do_acquire | Robert Kopaczewski | 2014-12-11 | 1 | -24/+0 | |
| | | ||||||
| * | Fix lua locking | Robert Kopaczewski | 2014-12-10 | 1 | -8/+4 | |
| | | ||||||
| * | Atomic redis.set when acquiring a lock | Robert Kopaczewski | 2014-12-10 | 1 | -9/+15 | |
| | | ||||||
* | | moving RELEASE to the appropriate place | Andy McCurdy | 2017-10-13 | 1 | -9/+0 | |
| | | ||||||
* | | notes on release procedure | Andy McCurdy | 2017-10-13 | 1 | -0/+9 | |
| | | ||||||
* | | Added number of members to be popped from set, by spop command | Alireza | 2017-10-09 | 1 | -2/+3 | |
| | | ||||||
* | | clientlist response, client_name value might contain the '=' character, in ↵ | swilly22 | 2017-09-22 | 1 | -1/+2 | |
| | | | | | | | | that case the response parser will fail | |||||
* | | Version 2.10.6, finally...2.10.6 | Andy McCurdy | 2017-08-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #887 from laixintao/master | Andy McCurdy | 2017-08-16 | 1 | -4/+4 | |
|\ \ | | | | | | | update documents for set() |