Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | 2 | -17/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | rather than kwargs | |||||
| * | | | | | pycodestyle requires python 2.7 or greater | Andy McCurdy | 2018-10-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Co-Authored-By: RoeyPrat <roey.prat@redislabs.com> | |||||
| * | | | | | pycodestyle fixes in client | Roey Prat | 2018-10-28 | 3 | -7/+8 | |
| | | | | | | ||||||
| * | | | | | pycodestyle changes in benchmarking | Roey Prat | 2018-10-28 | 2 | -4/+5 | |
| | | | | | | ||||||
| * | | | | | 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 | 2 | -7/+51 | |
| | | | | | | ||||||
| * | | | | | Implements XTRIM | Itamar Haber | 2018-10-28 | 2 | -1/+30 | |
| | | | | | | ||||||
| * | | | | | Implements XDEL | Itamar Haber | 2018-10-28 | 2 | -1/+26 | |
| | | | | | | ||||||
| * | | | | | Implements XACK | Itamar Haber | 2018-10-28 | 2 | -1/+21 | |
| | | | | | | ||||||
| * | | | | | Implements XINFO | Roey Prat | 2018-10-28 | 2 | -10/+115 | |
| | | | | | | ||||||
| * | | | | | Fixes to test_strict_xrange | Roey Prat | 2018-10-28 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | run tests of commands added in redis 5, if redis>=5 | Roey Prat | 2018-10-28 | 1 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | Implement XGROUP | Roey Prat | 2018-10-28 | 2 | -0/+107 | |
| | | | | | | ||||||
| * | | | | | xread: block parameter may be set to zero, to block indefinitely | Roey Prat | 2018-10-28 | 2 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Added support for Streams | Nick Farrell | 2018-10-28 | 2 | -1/+195 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | gitignore .idea folder (used by jetbrains IDEs) | Roey Prat | 2018-10-28 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | run travis with redis 5 | Roey Prat | 2018-10-28 | 1 | -3/+4 | |
| | | | | | | ||||||
| * | | | | | pep8 was renamed to pycodestyle | Roey Prat | 2018-10-28 | 3 | -9/+9 | |
| | | | | | | ||||||
| * | | | | | move build tools to their own folder, separate from vagrant | Roey Prat | 2018-08-30 | 14 | -9/+9 | |
| | | | | | | ||||||
| * | | | | | move redis installation to /var/lib/redis | Roey Prat | 2018-07-19 | 6 | -10/+10 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1026 from RoeyPrat/roey-read_the_docs_badge | Andy McCurdy | 2018-09-26 | 1 | -0/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | readme link badge to docs and pypi (#1021) | |||||
| * | | | | readme link badge to docs and pypi (#1021) | Roey Prat | 2018-08-30 | 1 | -0/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #987 from belm0/patch-1 | Andy McCurdy | 2018-05-30 | 1 | -7/+7 | |
|\ \ \ \ | |/ / / |/| | | | README: Lua is not an acronym | |||||
| * | | | README: Lua is not an acronym | John Belmonte | 2018-05-31 | 1 | -7/+7 | |
|/ / / | | | | | | | http://www.lua.org/about.html#name | |||||
* | | | Merge pull request #980 from deslum/master | Andy McCurdy | 2018-05-20 | 1 | -2/+2 | |
|\ \ \ | |_|/ |/| | | Fix bench command_packer | |||||
| * | | Fix bench command_packer | root | 2018-05-20 | 1 | -2/+2 | |
|/ / | ||||||
| * | Documents rediss:// support | James Remeika | 2018-04-06 | 1 | -4/+12 | |
|/ | ||||||
* | Merge pull request #921 from garlicnation/garlicnation-patch-1 | Andy McCurdy | 2017-11-07 | 1 | -2/+3 | |
|\ | | | | | Allow socket type to be configured in Connection | |||||
| * | 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 | |
| | | ||||||
* | | Merge pull request #914 from jdufresne/cache | Andy McCurdy | 2017-10-18 | 1 | -0/+1 | |
|\ \ | | | | | | | Enable pip cache in Travis CI | |||||
| * | | Enable pip cache in Travis CI | Jon Dufresne | 2017-10-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Can speed up builds and reduce load on PyPI servers. For more information, see: https://docs.travis-ci.com/user/caching/#pip-cache | |||||
* | | | Merge pull request #913 from jdufresne/wheel-license | Andy McCurdy | 2017-10-18 | 1 | -0/+3 | |
|\ \ \ | |/ / |/| | | Include license file in the generated wheel package | |||||
| * | | Include license file in the generated wheel package | Jon Dufresne | 2017-10-16 | 1 | -0/+3 | |
|/ / | | | | | | | | | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file | |||||
* | | moving RELEASE to the appropriate place | Andy McCurdy | 2017-10-13 | 1 | -0/+0 | |
| | | ||||||
* | | notes on release procedure | Andy McCurdy | 2017-10-13 | 1 | -0/+9 | |
| | | ||||||
* | | Merge pull request #911 from AlirezaSadeghi/master | Andy McCurdy | 2017-10-12 | 2 | -2/+14 | |
|\ \ | | | | | | | Added number of members to be popped from set, by spop command | |||||
| * | | wrote tests for multi output spop command | Alireza | 2017-10-10 | 1 | -0/+11 | |
| | | | ||||||
| * | | Added number of members to be popped from set, by spop command | Alireza | 2017-10-09 | 1 | -2/+3 | |
| | | |