summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* 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-281-1/+35
* Implements XTRIMItamar Haber2018-10-281-1/+14
* Implements XDELItamar Haber2018-10-281-1/+12
* Implements XACKItamar Haber2018-10-281-1/+11
* Implements XINFORoey Prat2018-10-281-2/+105
* Implement XGROUPRoey Prat2018-10-281-0/+42
* xread: block parameter may be set to zero, to block indefinitelyRoey Prat2018-10-281-2/+2
* Added support for StreamsNick Farrell2018-10-281-1/+133
* 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
* | moving RELEASE to the appropriate placeAndy McCurdy2017-10-131-9/+0
* | notes on release procedureAndy McCurdy2017-10-131-0/+9
* | Added number of members to be popped from set, by spop commandAlireza2017-10-091-2/+3
* | clientlist response, client_name value might contain the '=' character, in th...swilly222017-09-221-1/+2
* | Version 2.10.6, finally...2.10.6Andy McCurdy2017-08-161-1/+1
* | Merge pull request #887 from laixintao/masterAndy McCurdy2017-08-161-4/+4
|\ \
| * | update documents for set()laixintao2017-08-041-4/+4
* | | Merge pull request #888 from categulario/bugfix/geopos-empty-posAndy McCurdy2017-08-141-1/+2
|\ \ \
| * | | pep8Abraham Toriz2017-08-141-1/+2
| * | | keep styleAbraham Toriz2017-08-101-3/+1
| * | | fix problem when using geopos on unexistent hash memberAbraham Toriz2017-08-101-1/+3
| |/ /
* | | Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2017-08-141-1/+1
|\ \ \ | |/ /
| * | Merge pull request #862 from Arctice/patch-1Andy McCurdy2017-08-011-1/+1
| |\ \
| | * | typo fixArctice2017-05-261-1/+1
* | | | add an Encoder object responsible for encoding/decoding bytes and stringsAndy McCurdy2017-08-022-74/+70
|/ / /
* | | propery encode the script before getting the sha1 valueAndy McCurdy2017-07-311-1/+9
* | | Merge branch 'pr/867'Andy McCurdy2017-07-311-16/+8
|\ \ \
| * | | make register_scripts use the single string form of the SCRIPT (EXISTS|LOAD) ...Ben Greenberg2017-06-161-6/+3
| * | | Remove script_load_for_pipeline and directly add Script object to BasePipelin...Ben Greenberg2017-06-161-7/+3
| * | | encode the SHA1 digest so that it matches the return type of script_load in P...Ben Greenberg2017-06-151-1/+4
| * | | Encode script string before hashing. Remove the "if not script.sha" block fro...Ben Greenberg2017-06-151-8/+3
| * | | Precalculate sha1 of the script on Script instantiationBen Greenberg2017-06-141-1/+2
| |/ /
* | | added get_encoding() to ConnectionPoolAndy McCurdy2017-07-312-7/+14
* | | Merge pull request #877 from twz915/patch-1Andy McCurdy2017-07-311-2/+2
|\ \ \
| * | | change the error order of positionWeizhongTu2017-07-171-2/+2
| |/ /
* | | Merge branch 'pr/879'Andy McCurdy2017-07-311-3/+10
|\ \ \
| * | | pep8Andy McCurdy2017-07-311-1/+4
| * | | Implement HSTRLEN commandAleksandr Putilin2017-07-211-3/+7
* | | | Merge pull request #871 from anisjonischkeit/add_touch_commandAndy McCurdy2017-07-311-0/+7
|\ \ \ \
| * | | | fixed line too long pep8 errorAnis Jonischkeit2017-06-211-1/+2
| * | | | added touch to StrictRedisAnis Jonischkeit2017-06-211-0/+6
| | |/ / | |/| |
* | | | [bugfix] Fix srandmember(key, 0) returns 1 element bugAlex Wang2017-07-241-1/+1
| |/ / |/| |
* | | Fix #878Lorenzo2017-07-191-1/+1
* | | Improve if statement throwing KeyErrorLorenzo2017-07-191-1/+1
|/ /