summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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 ↵Roey Prat2018-10-282-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | rather than kwargs
| * | | | | pycodestyle requires python 2.7 or greaterAndy McCurdy2018-10-281-1/+1
| | | | | | | | | | | | | | | | | | Co-Authored-By: RoeyPrat <roey.prat@redislabs.com>
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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)
| * | | | 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 acronym
| * | | README: Lua is not an acronymJohn Belmonte2018-05-311-7/+7
|/ / / | | | | | | http://www.lua.org/about.html#name
* | | Merge pull request #980 from deslum/masterAndy McCurdy2018-05-201-2/+2
|\ \ \ | |_|/ |/| | Fix bench command_packer
| * | 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 Connection
| * Allow socket type to be configured in ConnectionAJ Ortega2017-11-071-2/+3
|/
* Merge pull request #569 from 23doors/masterAndy McCurdy2017-10-261-28/+6
|\ | | | | Atomic redis.set when acquiring a lock
| * Removing do_acquire from lualock as there is no gain over default do_acquireRobert Kopaczewski2014-12-111-24/+0
| |
| * Fix lua lockingRobert Kopaczewski2014-12-101-8/+4
| |
| * Atomic redis.set when acquiring a lockRobert Kopaczewski2014-12-101-9/+15
| |
* | Merge pull request #914 from jdufresne/cacheAndy McCurdy2017-10-181-0/+1
|\ \ | | | | | | Enable pip cache in Travis CI
| * | Enable pip cache in Travis CIJon Dufresne2017-10-171-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-licenseAndy McCurdy2017-10-181-0/+3
|\ \ \ | |/ / |/| | Include license file in the generated wheel package
| * | Include license file in the generated wheel packageJon Dufresne2017-10-161-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 placeAndy McCurdy2017-10-131-0/+0
| |
* | notes on release procedureAndy McCurdy2017-10-131-0/+9
| |
* | Merge pull request #911 from AlirezaSadeghi/masterAndy McCurdy2017-10-122-2/+14
|\ \ | | | | | | Added number of members to be popped from set, by spop command
| * | wrote tests for multi output spop commandAlireza2017-10-101-0/+11
| | |
| * | Added number of members to be popped from set, by spop commandAlireza2017-10-091-2/+3
| | |