summaryrefslogtreecommitdiff
path: root/redis/client.py
Commit message (Expand)AuthorAgeFilesLines
...
* LPOS: add new command (#1354)Paul Spooren2020-07-221-0/+36
* Support for loading, unloading and listing Redis Modules (#1360)Roey Prat2020-07-131-0/+33
* Fix acl_setuser docstringAndrew Brookins2020-06-291-1/+1
* Do not un-escape \ characters when parsing MONITOR outputAndy McCurdy2020-06-081-1/+4
* Restore try/except in __del__ methodsAndy McCurdy2020-05-201-5/+11
* Fix for HSET argument validation to allow any non-None keyAleksMat2020-05-091-4/+4
* Switch to flake8 for static code analysis (#1328)Jon Dufresne2020-04-161-1/+0
* Simplify exception handlers (#1319)Jon Dufresne2020-04-111-9/+8
* Fix typo: occured → occurred (#1315)Jon Dufresne2020-04-091-4/+4
* add keepttl option to set command.laixintao2020-03-121-1/+9
* Clear pipeline watch state after execNick Gaya2020-03-101-0/+3
* Don't send DISCARD after ExecAbortError in pipelineNick Gaya2020-03-101-2/+0
* add support for the MEMORY STATS commandAndy McCurdy2020-02-251-3/+31
* Stop hiding errors that occur inside __del__ methodsJon Dufresne2020-02-121-11/+5
* Improve Redis.hmset() warning messageJon Dufresne2020-02-121-1/+6
* Make hset support multiple field/value pairs. (#1271)赖信涛2020-02-071-4/+16
* remove Redis and ConnectionPool __eq__ comparisonAndy McCurdy2020-02-011-6/+0
* Move the username argument in the Redis and Connection classes to the endAndy McCurdy2020-01-311-2/+2
* Fix spelling in docstring (#1272)Damon Jablons2020-01-301-1/+1
* add type filter to scan functionnetocp2020-01-301-5/+20
* Added the 'ssl_check_hostname' option.Andy McCurdy2019-12-291-0/+2
* Allow setting client_name during connection construction.Peter van Dijk2019-12-291-1/+2
* 'with' statement for PubSub (#765)Dmitry Kuragin2019-12-291-0/+6
* Testing the boolean nature of Pipeline instance should always return True.Andy McCurdy2019-12-291-0/+8
* Added support for ACL commandsAndy McCurdy2019-12-281-4/+245
* 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