summaryrefslogtreecommitdiff
path: root/redis/client.py
Commit message (Expand)AuthorAgeFilesLines
* Added an execute wrapper and tests.Chayim I. Kirshen2021-08-231-0/+4
* Add retry mechanism with backoff (#1494)nbraun-amazon2021-08-181-67/+110
* Migrating commands to a mixin (#1534)Chayim2021-08-181-2845/+10
* Zunion (#1522)Avital Fine2021-08-151-1/+11
* Adding support for CLIENT LIST with ID (#1505)Chayim2021-08-151-6/+9
* MINID and LIMIT support for xtrim (#1508)Chayim2021-08-151-3/+21
* implementing the LMOVE and BLMOVE commands (#1504)Chayim2021-08-151-2/+19
* Added GET argument to SET command (#1412)Jiekun2021-08-081-3/+29
* Fix some typos. (#1496)Binbin2021-08-081-6/+6
* xautoclaim (#1529)Avital Fine2021-08-051-0/+47
* add idle to xpending (#1523)Avital Fine2021-08-051-14/+28
* Add a count parameter to lpop/rpop for redis >= 6.2.0 (#1487)Gal Ben David2021-08-051-6/+24
* exclusive gt and lt in zadd (#1533)Chayim2021-08-031-1/+12
* zinter (#1520)Avital Fine2021-08-011-10/+36
* Word was repeated in documentation (#1532)Jonathan Herlin2021-07-301-1/+1
* ensuring we adhere to exlusive options for getex (#1531)Chayim2021-07-291-0/+5
* zdiff and zdiffstore (#1518)Avital Fine2021-07-291-2/+20
* Zrangestore (#1521)Avital Fine2021-07-291-0/+9
* LT and GT support for ZADD (#1509)Chayim2021-07-291-1/+9
* zrandmember (#1519)Avital Fine2021-07-251-0/+22
* getdel (#1514)Avital Fine2021-07-251-0/+9
* Implements CLIENT KILL laddr filter (#1506)Chayim2021-07-251-1/+5
* support for client unpause (#1512)Chayim2021-07-251-0/+6
* NOMKSTREAM support for XADD (#1507)Chayim2021-07-251-2/+5
* hrandfield (#1513)Avital Fine2021-07-221-0/+20
* client_list (#1517)Avital Fine2021-07-221-2/+10
* getex (#1515)Avital Fine2021-07-221-0/+51
* Add support for COPY command new in Redis 6.2 (#1492)malinaa962021-07-201-1/+19
* Return index 4 as the command if not a listIan Bucad2021-05-181-1/+6
* Add support for the ABSTTL option of the RESTORE command. (#1423)Simon Charette2020-11-221-1/+10
* Add optional exception handler to PubSubWorkerThread (#1395)Abhimanyu Deora2020-10-261-5/+18
* Fixing #1390 modules key in info command (#1393)2014bduck2020-09-031-1/+7
* Added the ACL LOG command available in Redis 6Andy McCurdy2020-08-191-0/+61
* All values within Redis URLs are url-unquoted via default.Andy McCurdy2020-08-151-18/+25
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-226/+194
* 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