Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'pr/885' | Andy McCurdy | 2017-10-09 | 1 | -0/+9 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | additional info regarding decode_responses=True | Andy McCurdy | 2017-10-09 | 1 | -2/+8 | |
| | | | ||||||
| * | | update grammar | norman | 2017-10-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | clarified the documentation | nsantiago2719 | 2017-08-25 | 1 | -1/+4 | |
| | | | ||||||
| * | | add note on readme file | nsantiago2719 | 2017-07-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #904 from swilly22/client_list_response_parsing | Andy McCurdy | 2017-09-22 | 2 | -1/+10 | |
|\ \ \ | | | | | | | | | clientlist response, client_name value might contain the '=' character, in that case response parser will fail | |||||
| * | | | clientlist response, client_name value might contain the '=' character, in ↵ | swilly22 | 2017-09-22 | 2 | -1/+10 | |
|/ / / | | | | | | | | | | that case the response parser will fail | |||||
* | | | Merge pull request #897 from davidszotten/extras_require_hiredis | Andy McCurdy | 2017-09-06 | 1 | -0/+5 | |
|\ \ \ | | | | | | | | | add extras_require with hiredis | |||||
| * | | | add extras_require with hiredis | David Szotten | 2017-09-06 | 1 | -0/+5 | |
|/ / / | | | | | | | | | | enables `pip install redis[hiredis]` | |||||
* | | | Version 2.10.6, finally...2.10.6 | Andy McCurdy | 2017-08-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | changelog | Andy McCurdy | 2017-08-16 | 1 | -1/+29 | |
| | | | ||||||
* | | | Merge pull request #810 from r0fls/zcount-exclusive-range | Andy McCurdy | 2017-08-16 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | test zcount exclusive range | |||||
| * | | | test zcount exclusive range | Raphael Deem | 2016-12-22 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Merge pull request #887 from laixintao/master | Andy McCurdy | 2017-08-16 | 1 | -4/+4 | |
|\ \ \ \ | | | | | | | | | | | update documents for set() | |||||
| * | | | | update documents for set() | laixintao | 2017-08-04 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | GEOPOS returns different values from redis 3.2 to redis 4.0 | Andy McCurdy | 2017-08-15 | 2 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | update test suite to test the appropriate return type based on server version | |||||
* | | | | | Merge pull request #888 from categulario/bugfix/geopos-empty-pos | Andy McCurdy | 2017-08-14 | 2 | -1/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | fix problem when using geopos on unexistent hash member | |||||
| * | | | | | pep8 | Abraham Toriz | 2017-08-14 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | keep style | Abraham Toriz | 2017-08-10 | 1 | -3/+1 | |
| | | | | | | ||||||
| * | | | | | fix problem when using geopos on unexistent hash member | Abraham Toriz | 2017-08-10 | 2 | -1/+7 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2017-08-14 | 2 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge pull request #862 from Arctice/patch-1 | Andy McCurdy | 2017-08-01 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | minor docstring typo | |||||
| | * | | | | typo fix | Arctice | 2017-05-26 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #859 from hootnot/doc-fix | Andy McCurdy | 2017-08-01 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | REDIS_CALLBACKS should be RESPONSE_CALLBACKS | |||||
| | * | | | | | REDIS_CALLBACKS should be RESPONSE_CALLBACKS | hootnot | 2017-05-17 | 1 | -1/+1 | |
| | |/ / / / | ||||||
* | | | | | | add an Encoder object responsible for encoding/decoding bytes and strings | Andy McCurdy | 2017-08-02 | 2 | -74/+70 | |
|/ / / / / | | | | | | | | | | | | | | | | this simplifies multiple places that needs to encode and decode values | |||||
* | | | | | propery encode the script before getting the sha1 value | Andy McCurdy | 2017-07-31 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's possible a Lua script contains unicode characters. use the client's encoding options to obtain the byte representation of the script. | |||||
* | | | | | Merge branch 'pr/867' | Andy McCurdy | 2017-07-31 | 2 | -30/+28 | |
|\ \ \ \ \ | ||||||
| * | | | | | make register_scripts use the single string form of the SCRIPT (EXISTS|LOAD) ↵ | Ben Greenberg | 2017-06-16 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | commands so that they will be parsed the same way as in script_load and script_exists | |||||
| * | | | | | Remove script_load_for_pipeline and directly add Script object to ↵ | Ben Greenberg | 2017-06-16 | 1 | -7/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | BasePipeline.scripts | |||||
| * | | | | | Fix icnorrect test | Ben Greenberg | 2017-06-15 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | encode the SHA1 digest so that it matches the return type of script_load in ↵ | Ben Greenberg | 2017-06-15 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Python 3 | |||||
| * | | | | | update tests to reflect the fact that the script sha is precalculated | Ben Greenberg | 2017-06-15 | 1 | -13/+18 | |
| | | | | | | ||||||
| * | | | | | Encode script string before hashing. Remove the "if not script.sha" block ↵ | Ben Greenberg | 2017-06-15 | 1 | -8/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | from script_load_for_pipeline because its condition will not be true, and because scripts are loaded during execute() | |||||
| * | | | | | Precalculate sha1 of the script on Script instantiation | Ben Greenberg | 2017-06-14 | 1 | -1/+2 | |
| |/ / / / | ||||||
* | | | | | added get_encoding() to ConnectionPool | Andy McCurdy | 2017-07-31 | 2 | -7/+14 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2017-07-31 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge pull request #877 from twz915/patch-1 | Andy McCurdy | 2017-07-31 | 1 | -2/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | change the error order of geo point | |||||
| | * | | | | | change the error order of position | WeizhongTu | 2017-07-17 | 1 | -2/+2 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | `GEOADD` needs `lon`, `lat` in order, not the reverse `GEOPOS` returns `longitude`, `latitude` | |||||
* | | | | | | skip HSTRLEN tests if server < 3.2.0 | Andy McCurdy | 2017-07-31 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'pr/879' | Andy McCurdy | 2017-07-31 | 2 | -3/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | pep8 | Andy McCurdy | 2017-07-31 | 1 | -1/+4 | |
| | | | | | | ||||||
| * | | | | | Implement HSTRLEN command | Aleksandr Putilin | 2017-07-21 | 2 | -3/+12 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #871 from anisjonischkeit/add_touch_command | Andy McCurdy | 2017-07-31 | 1 | -0/+7 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | added TOUCH command to StrictRedis | |||||
| * | | | | | fixed line too long pep8 error | Anis Jonischkeit | 2017-06-21 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | added touch to StrictRedis | Anis Jonischkeit | 2017-06-21 | 1 | -0/+6 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #882 from a1exwang/master | Andy McCurdy | 2017-07-24 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | [bugfix] Fix srandmember(key, 0) returns 1 element bug | |||||
| * | | | | [bugfix] Fix srandmember(key, 0) returns 1 element bug | Alex Wang | 2017-07-24 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #878 from Mec-iS/patch-1 | Andy McCurdy | 2017-07-19 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Improve if statement throwing KeyError | |||||
| * | | | Fix #878 | Lorenzo | 2017-07-19 | 1 | -1/+1 | |
| | | | |