summaryrefslogtreecommitdiff
path: root/redis/asyncio
Commit message (Expand)AuthorAgeFilesLines
* moved most of the RESP logic into base, resp classesChayim I. Kirshen2022-11-291-1/+1
* same for hiredisChayim I. Kirshen2022-11-291-3/+3
* Signifying that parsers should be privateChayim I. Kirshen2022-11-291-3/+3
* small improvementsChayim I. Kirshen2022-11-291-1/+1
* Reorganizing the code, in preparation for RESP3Chayim I. Kirshen2022-11-294-420/+7
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-104-59/+79
* CredentialsProvider class added to support password rotation (#2261)Bar Shaul2022-11-103-11/+36
* Fix special response parsing options handling (#2302)Shay Fadida2022-11-092-0/+9
* Enable AsyncIO cluster mode lock (#2446)Milhan2022-11-092-4/+79
* fix docs for password protected socket access (#2378)Robert Hofer2022-11-072-2/+2
* Remove the superflous SocketBuffer from asyncio PythonParser (#2418)Kristján Valur Jónsson2022-10-301-133/+37
* fix: catch OSError on asyncio (#2412)송형근(Hyeongguen Song)/DnU2022-10-251-2/+2
* Simplify async timeouts and allowing `timeout=None` in `PubSub.get_message()...v4.4.0rc2Kristján Valur Jónsson2022-09-292-108/+52
* Dev/no can read (#2360)Kristján Valur Jónsson2022-09-292-38/+35
* Add `nowait` flag to `asyncio.Connection.disconnect()` (#2356)Kristján Valur Jónsson2022-09-291-10/+11
* Catch `Exception` and not `BaseException` in the `Connection` (#2104)Kristján Valur Jónsson2022-09-291-5/+3
* Dev/no lock (#2308)Kristján Valur Jónsson2022-09-282-40/+3
* Handle auth errors for newer versions of Redis. (#2325) (#2329)Luca Cillario2022-08-301-0/+11
* Replace `ensure_future` with `create_task` (#2311)dvora-h2022-08-021-6/+6
* automatically reconnect pubsub when reading messages in blocking mode (#2281)Kristján Valur Jónsson2022-07-271-3/+9
* Drop python 3.6 support (#2306)dvora-h2022-07-273-29/+12
* async_cluster: fix max_connections/ssl & improve args (#2217)Utkarsh Gupta2022-07-271-181/+196
* async_cluster: fix concurrent pipeline (#2280)Utkarsh Gupta2022-07-241-9/+9
* fix: workaround asyncio bug on connection reset by peer (#2259)Mehdi ABAAKOUK2022-07-241-1/+10
* fix is_connected (#2278)dvora-h2022-07-211-1/+1
* Use retry mechanism in async version of Connection objects (#2271)szumka2022-07-212-2/+12
* commands/cluster: use pipeline to execute split commands (#2230)Utkarsh Gupta2022-06-271-6/+11
* Fix retries in async mode (#2180)Eric Lemoine2022-06-193-3/+39
* async_cluster: fix simultaneous initialize (#2231)Utkarsh Gupta2022-06-191-2/+2
* Uppercase commands in CommandsParser.get_keys (#2236)Falk2022-06-191-2/+2
* async_cluster: improve docs (#2208)Utkarsh Gupta2022-06-021-36/+37
* async_cluster: optimisations (#2205)Utkarsh Gupta2022-06-012-91/+97
* async_cluster: add pipeline support (#2199)Utkarsh Gupta2022-05-301-16/+312
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-302-2/+2
* async_cluster: add/update typing (#2195)Utkarsh Gupta2022-05-303-82/+102
* set default response_callbacks to redis.asyncio.cluster.ClusterNode (#2201)rapidia2022-05-301-1/+1
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-085-65/+1299
* Replace OSError exceptions from `can_read` with `redis.ConnectionError` (#2140)Kristján Valur Jónsson2022-05-081-1/+7
* 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
* Add async supoort for SEARCH commands (#2096)dvora-h2022-04-281-2/+2
* `Retry()`: Support negative `retries` value (#2110)Kristján Valur Jónsson2022-04-281-1/+2
* Async tests for redis commands, json, bloom, timeseries (#2087)dvora-h2022-04-071-0/+8
* 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
* Add support to use certificates from string in ssl connection (#2048)dvora-h2022-03-142-2/+13
* redis_connect_func (#2046)Lazaros Toumanidis2022-03-141-0/+2
* Fix asyncio retry.py typing (#2011)Andrew Chen Wang2022-03-011-2/+2
* Implement locks for RedisCluster (#2013)Jake Barnwell2022-03-011-1/+4