summaryrefslogtreecommitdiff
path: root/redis/client.py
Commit message (Expand)AuthorAgeFilesLines
* use a single arg for adding and removing of "passwords" and "hashed_passwords"aclAndy McCurdy2019-12-281-75/+92
* need to supply string to interpolateAndy McCurdy2019-12-281-1/+1
* re-order args makes more senseAndy McCurdy2019-12-281-2/+2
* cleanup docstringAndy McCurdy2019-12-281-21/+24
* Fixjamie.scott@uconn.edu2019-12-281-1/+1
* Forgot to modify commentsjamie.scott@uconn.edu2019-12-281-4/+13
* Refactoring for conversationjamie.scott@uconn.edu2019-12-281-9/+18
* pep 8Jamie Scott2019-12-281-4/+4
* Add support for hashed passwordsJamie Scott2019-12-281-4/+12
* ACL SETUSER now accepts add_passwords and remove_passwordsAndy McCurdy2019-12-281-14/+27
* pep8Andy McCurdy2019-12-281-2/+3
* ACL SETUSER tweaksAndy McCurdy2019-12-281-17/+12
* Implemented ACL GETUSER, ACL SETUSER, ACL DELUSER and ACL LISTAndy McCurdy2019-12-281-0/+135
* Implement ACL LOAD and ACL SAVE.Andy McCurdy2019-12-281-0/+20
* Implement ACL USERSAndy McCurdy2019-12-281-0/+5
* Implement ACL CATAndy McCurdy2019-12-281-3/+15
* Implement ACL GENPASSAndy McCurdy2019-12-281-0/+5
* Implement ACL WHOAMIAndy McCurdy2019-12-281-0/+7
* Added support for usernamesAndy McCurdy2019-12-281-4/+5
* Fix TypeError by passing optional decode_responses keyword argument d… (#1239)Jakob Keller2019-11-111-2/+5
* Add equality test on Redis client and conn pool (#1240)Rajiv Bakulesh Shah2019-11-111-0/+6
* Fix misplaced space (#1237)Thomas Matecki2019-10-271-1/+1
* Allow Pipeline.execute() to execute on empty command stack if it is watching ...Brian Maissy2019-10-241-1/+1
* version 3.3.8, fix MONITOR output to account for all types of clients3.3.8huangwei-ds52019-08-191-2/+16
* Pipelines shouldn't retry ConnectionErrors implicitlyAndy McCurdy2019-07-281-15/+24
* Add an Event parameter to PubSubWorkerThread and run_in_thread so (#1195)Timothy Rule2019-07-281-5/+5
* PING/PONG health checksAndy McCurdy2019-07-281-11/+42
* Ability to create a client that uses a single connectionAndy McCurdy2019-07-231-10/+32
* Handle removed claimed messages without an exceptionThomas Daskalakis2019-07-171-1/+7
* Add READONLY and READWRITE commandsTheo Despoudis2019-07-091-2/+10
* case insensitive response callbacks.Andy McCurdy2019-05-281-1/+29
* remove Token class in favor of bytestringremove_tokenAndy McCurdy2019-05-281-79/+81
* add tests for encoding issues and fix bugs foundAndy McCurdy2019-05-261-1/+1
* monitor command now has full command text. test suite improvedAndy McCurdy2019-05-261-4/+8
* Merge branch 'master' into monitorAndy McCurdy2019-05-261-2/+4
|\
| * Merge pull request #1152 from aachurin/masterAndy McCurdy2019-04-291-2/+4
| |\
| | * Update client.pyaachurin2019-03-161-2/+4
* | | Merge branch 'pr/1033' into monitorAndy McCurdy2019-04-251-0/+49
|\ \ \ | |/ / |/| |
| * | Added support for the monitor command.Doug Kisabaka2019-02-251-0/+49
| |/
* | Fix PubSubWorkerThread race conditionAndy McCurdy2019-04-181-13/+8
|/
* Merge pull request #1023 from ycraaron/1022-fix-retry-logicAndy McCurdy2019-01-271-2/+4
|\
| * put not outside of the parenthesesAaron Yang2018-09-021-2/+2
| * fix retry for PubSubAaron Yang2018-08-231-1/+2
| * pep8Aaron Yang2018-08-231-1/+2
| * fix retry logic for StricRedisAaron Yang2018-08-231-1/+1
* | Added a test for #1126Andy McCurdy2019-01-271-2/+2
* | Merge pull request #1126 from guybe7/geohash_fixAndy McCurdy2019-01-271-1/+7
|\ \
| * | GEOHASH response may contain None elementsGuy Benoish2019-01-231-1/+7
* | | Merge branch 'master' into xreadgroup_handle_nil_fieldsAndy McCurdy2019-01-271-1/+4
|\ \ \ | |/ /
| * | Added noack option for XREADGROUPJohn T. Myers2019-01-101-1/+4