summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 4.3.2 (#2207)v4.3.2dvora-h2022-06-011-1/+1
* SHUTDOWN - add support for the new NOW, FORCE and ABORT modifiers (#2150)dvora-h2022-06-012-6/+51
* Made sync lock consistent and added types to it (#2137)Anas2022-06-015-25/+80
* async_cluster: optimisations (#2205)Utkarsh Gupta2022-06-014-93/+206
* Add `query_params` to FT.PROFILE (#2198)dvora-h2022-06-012-11/+43
* Improve Readability (#2206)Ryan Russell2022-06-011-2/+2
* Fix tests for Redis 7 (#2182)dvora-h2022-05-319-74/+93
* Add default None for maxlen at xtrim command (#2188)mfgnik2022-05-311-1/+4
* async_cluster: add pipeline support (#2199)Utkarsh Gupta2022-05-305-56/+652
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-3029-525/+156
* async_cluster: add/update typing (#2195)Utkarsh Gupta2022-05-306-116/+123
* Fix Missing ClusterPipeline Lock (#2190)Greg Melton2022-05-304-0/+8
* fix: changed list type to single element type (#2203)Oleg A2022-05-301-7/+7
* set default response_callbacks to redis.asyncio.cluster.ClusterNode (#2201)rapidia2022-05-302-1/+6
* Support CF.MEXISTS + Clean bf/commands.py (#2184)Avital Fine2022-05-232-61/+41
* Fix Linting and Test Failures (#2191)Greg Melton2022-05-233-6/+6
* Fix modules links to https://redis.io/commands/ (#2185)Avital Fine2022-05-175-104/+96
* fix incorrect test (#2177)Avital Fine2022-05-162-15/+18
* fix import (#2175)v4.3.1dvora-h2022-05-092-2/+3
* v4.3.0 (#2172)v4.3.0dvora-h2022-05-081-1/+1
* Get command keys for subcommands (#2170)dvora-h2022-05-085-3/+32
* Add support for CLUSTER SHARDS (#2151)dvora-h2022-05-083-1/+56
* Add support for COMMAND LIST (#2149)dvora-h2022-05-082-0/+38
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-0827-524/+4541
* Replace OSError exceptions from `can_read` with `redis.ConnectionError` (#2140)Kristján Valur Jónsson2022-05-082-2/+14
* Add unittest for PubSub.connect() (#2167)Kristján Valur Jónsson2022-05-081-0/+82
* ACL SETUSER - add selectors and key based permissions (#2161)dvora-h2022-05-034-8/+77
* skip graph.config test (#2163)dvora-h2022-05-031-0/+2
* adding caching, and removing 3.11 alpha (#2160)Chayim2022-05-031-12/+3
* Add support for redis 7 streams features (#2157)dvora-h2022-05-032-10/+55
* Async Connection: Allow `PubSub.run()` without previous `subscribe()` (#2148)Kristján Valur Jónsson2022-05-022-3/+45
* Enable DEBUG and MODULE commands in redis 7 docker images (#2158)dvora-h2022-05-021-0/+4
* Fix incorrect return annotation in asyncio.lock (#2155)Jelle Zijlstra2022-05-021-3/+3
* Implemented LATENCY HISTOGRAM by always throwing NotImplementedError (#2147)dvora-h2022-05-022-0/+14
* Rename 'update_supported_erros' to 'update_supported_errors' in Retry module ...Jean Lopin2022-05-022-3/+3
* Minor cleanups in commands/cluster.py (#2094)Binbin2022-04-281-4/+3
* Add async supoort for SEARCH commands (#2096)dvora-h2022-04-2810-5/+6865
* `Retry()`: Support negative `retries` value (#2110)Kristján Valur Jónsson2022-04-285-2/+36
* fix execute_command() determine nodes error when no key command (#2097)suxb2012022-04-281-1/+4
* Update xtrim type annotation (#2093)Rich Li2022-04-281-1/+1
* Fix incorrect return statement in auth (#2086) (#2092)Kamyab Taghizadeh2022-04-283-3/+20
* Add support for MODULE LOADEX (#2146)dvora-h2022-04-272-0/+33
* INFO - add support for taking multiple section arguments (#2145)dvora-h2022-04-272-2/+12
* support set multi parameters (#2143)dvora-h2022-04-272-2/+18
* support get multi parameters (#2142)dvora-h2022-04-272-2/+10
* Add support for COMMAND GETKEYSANDFLAGS (#2141)dvora-h2022-04-272-0/+17
* Update FUNCTION LOAD changes (#2139)dvora-h2022-04-273-44/+44
* Support CASESENSITIVE for TAG fields (#2112)Avital Fine2022-04-252-15/+49
* Fix typing in getex command (#2088)Andrew Chen Wang2022-04-181-1/+1
* Adding (experimental) python 3.11 CI (#1991)Chayim2022-04-133-5/+18