summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pycodestyle needs python 2.7 or greater.pr/1040Andy McCurdy2018-10-241-1/+1
* pycodestyle fixes in clientRoey Prat2018-10-203-7/+8
* pycodestyle changes in benchmarkingRoey Prat2018-10-202-4/+5
* Style: use single ticks instead of double quotes for stringsItamar Haber2018-10-201-12/+12
* Implements XCLAIMRoey Prat2018-10-201-8/+59
* Implements XPENDINGRoey Prat2018-10-201-7/+38
* Implements XREADGROUPRoey Prat2018-10-202-7/+51
* Implements XTRIMItamar Haber2018-10-202-1/+30
* Implements XDELItamar Haber2018-10-202-1/+26
* Implements XACKItamar Haber2018-10-202-1/+21
* Implements XINFORoey Prat2018-10-202-10/+115
* Fixes to test_strict_xrangeRoey Prat2018-10-201-2/+2
* run tests of commands added in redis 5, if redis>=5Roey Prat2018-10-201-4/+4
* Implement XGROUPRoey Prat2018-10-202-0/+107
* xread: block parameter may be set to zero, to block indefinitelyRoey Prat2018-10-202-3/+3
* Added support for StreamsNick Farrell2018-10-202-1/+195
* gitignore .idea folder (used by jetbrains IDEs)Roey Prat2018-10-201-0/+1
* run travis with redis 5Roey Prat2018-10-201-3/+4
* pep8 was renamed to pycodestyleRoey Prat2018-10-173-9/+9
* 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
|/
* 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
|/
* Merge pull request #569 from 23doors/masterAndy McCurdy2017-10-261-28/+6
|\
| * 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 CIJon Dufresne2017-10-171-0/+1
* | | Merge pull request #913 from jdufresne/wheel-licenseAndy McCurdy2017-10-181-0/+3
|\ \ \ | |/ / |/| |
| * | Include license file in the generated wheel packageJon Dufresne2017-10-161-0/+3
|/ /
* | 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
|\ \
| * | 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
* | | Merge branch 'pr/885'Andy McCurdy2017-10-091-0/+9
|\ \ \ | |/ / |/| |
| * | additional info regarding decode_responses=TrueAndy McCurdy2017-10-091-2/+8
| * | update grammarnorman2017-10-091-1/+1
| * | clarified the documentationnsantiago27192017-08-251-1/+4
| * | add note on readme filensantiago27192017-07-311-1/+1
* | | Merge pull request #904 from swilly22/client_list_response_parsingAndy McCurdy2017-09-222-1/+10
|\ \ \
| * | | clientlist response, client_name value might contain the '=' character, in th...swilly222017-09-222-1/+10
|/ / /
* | | Merge pull request #897 from davidszotten/extras_require_hiredisAndy McCurdy2017-09-061-0/+5
|\ \ \
| * | | add extras_require with hiredisDavid Szotten2017-09-061-0/+5
|/ / /
* | | Version 2.10.6, finally...2.10.6Andy McCurdy2017-08-161-1/+1
* | | changelogAndy McCurdy2017-08-161-1/+29
* | | Merge pull request #810 from r0fls/zcount-exclusive-rangeAndy McCurdy2017-08-161-0/+2
|\ \ \