summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating CHANGES to list most recent changesck-changesChayim I. Kirshen2021-08-181-0/+50
* Migrating commands to a mixin (#1534)Chayim2021-08-183-2846/+3007
* Zunion (#1522)Avital Fine2021-08-152-1/+31
* Adding support for CLIENT LIST with ID (#1505)Chayim2021-08-152-6/+17
* MINID and LIMIT support for xtrim (#1508)Chayim2021-08-152-3/+62
* implementing the LMOVE and BLMOVE commands (#1504)Chayim2021-08-152-2/+31
* Added GET argument to SET command (#1412)Jiekun2021-08-082-3/+37
* Fix some typos. (#1496)Binbin2021-08-083-11/+11
* xautoclaim (#1529)Avital Fine2021-08-052-1/+94
* add idle to xpending (#1523)Avital Fine2021-08-052-14/+74
* Add a count parameter to lpop/rpop for redis >= 6.2.0 (#1487)Gal Ben David2021-08-053-7/+41
* Updating base testing docker to redis 6.2.5 (#1536)Chayim2021-08-052-8/+2
* fix getex flaky testsAvital Fine2021-08-051-1/+1
* Add trove classifier for Python 3.9 (#1535)Michał Bielawski2021-08-051-0/+1
* exclusive gt and lt in zadd (#1533)Chayim2021-08-031-1/+12
* zinter (#1520)Avital Fine2021-08-012-10/+58
* 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-292-2/+35
* Zrangestore (#1521)Avital Fine2021-07-292-0/+19
* LT and GT support for ZADD (#1509)Chayim2021-07-292-1/+26
* zrandmember (#1519)Avital Fine2021-07-252-0/+34
* getdel (#1514)Avital Fine2021-07-252-0/+16
* Implements CLIENT KILL laddr filter (#1506)Chayim2021-07-252-1/+25
* support for client unpause (#1512)Chayim2021-07-252-0/+10
* NOMKSTREAM support for XADD (#1507)Chayim2021-07-252-2/+15
* hrandfield (#1513)Avital Fine2021-07-222-0/+33
* client_list (#1517)Avital Fine2021-07-222-2/+16
* getex (#1515)Avital Fine2021-07-222-0/+66
* Add support for COPY command new in Redis 6.2 (#1492)malinaa962021-07-202-1/+42
* changing unit tests to account for defaults in redis flags (#1499)Chayim2021-07-153-20/+23
* run CI on all branchespypytestAndy McCurdy2021-06-301-2/+0
* daemonize the thread to see if the tests will continueAndy McCurdy2021-06-301-4/+3
* use github actions instead of travis-CIRoey Prat2021-06-307-29/+21
* Return index 4 as the command if not a listIan Bucad2021-05-181-1/+6
* Remove blocking behaviour from context manager __enter__alxasfuck2021-05-121-3/+1
* Add support for the ABSTTL option of the RESTORE command. (#1423)Simon Charette2020-11-223-1/+25
* Sponsored (#1418)Guy Korland2020-11-092-0/+8
* Add more documentation about encoding of strings (#1417)Felipe Machado2020-11-091-0/+6
* develop and test against redis version 6.0.9Roey Prat2020-10-281-1/+1
* Add optional exception handler to PubSubWorkerThread (#1395)Abhimanyu Deora2020-10-263-5/+56
* Note that redis-py does not support Cluster ModeBrad Solomon2020-10-121-0/+6
* 🕰️ Use monotonic clock in Lock (and tests)Jack Edge2020-10-122-6/+6
* Update docs with info about SSL hostname validationYann2020-09-211-3/+38
* develop and test against redis version 6.0.8Roey Prat2020-09-151-1/+1
* develop and test against redis version 6.0.7Roey Prat2020-09-031-1/+1
* Fixing #1390 modules key in info command (#1393)2014bduck2020-09-031-1/+7
* Fix Dockerfile (cache clear of apt)ryuichi12082020-08-241-1/+3
* Added the ACL LOG command available in Redis 6Andy McCurdy2020-08-194-10/+126
* fix: Align from_url in utils.py to remove DB as a 2nd paramTom King2020-08-171-2/+2