summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* Uppercase commands in CommandsParser.get_keys (#2236)Falk2022-06-191-2/+2
* Fix Lock crash, and versioning 4.3.3 (#2210)v4.3.3dvora-h2022-06-021-1/+0
* async_cluster: improve docs (#2208)Utkarsh Gupta2022-06-021-36/+37
* SHUTDOWN - add support for the new NOW, FORCE and ABORT modifiers (#2150)dvora-h2022-06-011-6/+37
* Made sync lock consistent and added types to it (#2137)Anas2022-06-014-25/+60
* async_cluster: optimisations (#2205)Utkarsh Gupta2022-06-012-91/+97
* Add `query_params` to FT.PROFILE (#2198)dvora-h2022-06-011-11/+19
* Fix tests for Redis 7 (#2182)dvora-h2022-05-312-1/+2
* Add default None for maxlen at xtrim command (#2188)mfgnik2022-05-311-1/+4
* async_cluster: add pipeline support (#2199)Utkarsh Gupta2022-05-302-52/+390
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-3010-175/+44
* async_cluster: add/update typing (#2195)Utkarsh Gupta2022-05-305-90/+114
* Fix Missing ClusterPipeline Lock (#2190)Greg Melton2022-05-303-0/+7
* 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-301-1/+1
* Support CF.MEXISTS + Clean bf/commands.py (#2184)Avital Fine2022-05-231-61/+40
* Fix Linting and Test Failures (#2191)Greg Melton2022-05-231-1/+1
* Fix modules links to https://redis.io/commands/ (#2185)Avital Fine2022-05-175-104/+96
* fix incorrect test (#2177)Avital Fine2022-05-161-3/+5
* fix import (#2175)v4.3.1dvora-h2022-05-091-1/+2
* Get command keys for subcommands (#2170)dvora-h2022-05-083-1/+30
* Add support for CLUSTER SHARDS (#2151)dvora-h2022-05-082-1/+33
* Add support for COMMAND LIST (#2149)dvora-h2022-05-081-0/+28
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-0812-378/+1790
* Replace OSError exceptions from `can_read` with `redis.ConnectionError` (#2140)Kristján Valur Jónsson2022-05-082-2/+14
* ACL SETUSER - add selectors and key based permissions (#2161)dvora-h2022-05-032-4/+41
* Add support for redis 7 streams features (#2157)dvora-h2022-05-031-1/+9
* Async Connection: Allow `PubSub.run()` without previous `subscribe()` (#2148)Kristján Valur Jónsson2022-05-021-3/+12
* 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-021-0/+9
* 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-285-4/+319
* `Retry()`: Support negative `retries` value (#2110)Kristján Valur Jónsson2022-04-282-2/+4
* 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-281-3/+5
* Add support for MODULE LOADEX (#2146)dvora-h2022-04-271-0/+21
* INFO - add support for taking multiple section arguments (#2145)dvora-h2022-04-271-2/+4
* support set multi parameters (#2143)dvora-h2022-04-271-2/+8
* support get multi parameters (#2142)dvora-h2022-04-271-2/+4
* Add support for COMMAND GETKEYSANDFLAGS (#2141)dvora-h2022-04-271-0/+8
* Update FUNCTION LOAD changes (#2139)dvora-h2022-04-272-15/+6
* Support CASESENSITIVE for TAG fields (#2112)Avital Fine2022-04-251-4/+13
* Fix typing in getex command (#2088)Andrew Chen Wang2022-04-181-1/+1
* Async tests for redis commands, json, bloom, timeseries (#2087)dvora-h2022-04-071-0/+8
* Extended "CLUSTER NODES" parser to support special slot entries (importing, m...Bar Shaul2022-04-041-5/+28
* fix asynic/client.py's import (#2079)wwqgtxx2022-04-041-2/+2
* always clear reference to closed reader/writer (#2077)Bea Steers2022-04-041-2/+3
* Fix disable decode for dump command on asyncio (#2070)Mason2022-04-041-1/+1