summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* Add support for new TDIGEST features and changes (#2392)dvora-h2022-09-214-30/+68
* Mark `TOPK.COUNT` as deprecated (#2363)dvora-h2022-09-041-0/+3
* change return type of parse_bollean to bool (#2364)dvora-h2022-09-041-1/+1
* Document Redis(single_connection_client) (#2327)Povilas Balciunas2022-08-301-0/+6
* Adding reserve as an alias for create, so that we have BF.RESERVE and CF.RESE...Chayim2022-08-301-0/+4
* Handle auth errors for newer versions of Redis. (#2325) (#2329)Luca Cillario2022-08-302-1/+22
* Fix type hint annotations of expire time (#2361)Lee2022-08-301-1/+1
* Be more strict about url scheme parsing (#2343)Klaas van Schelven2022-08-211-6/+11
* Add BITFIELD_RO (#2340)Alibi2022-08-211-0/+23
* fix tdigest.create (#2348)dvora-h2022-08-211-1/+1
* Add support for WITHSUFFIXTRIE to FT.CREATE (#2324)v4.4.0rc1dvora-h2022-08-041-1/+11
* Add TDIGEST.TRIMMED_MEAN (#2300)Alibi2022-08-042-0/+12
* Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#...dvora-h2022-08-021-1/+15
* Fix async SEARCH pipeline (#2316)dvora-h2022-08-021-1/+1
* change drop to dropindex (#2315)dvora-h2022-08-021-2/+3
* Replace `ensure_future` with `create_task` (#2311)dvora-h2022-08-022-7/+7
* Add support for `TDIGEST.QUANTILE` extensions (#2317)dvora-h2022-08-023-5/+10
* Fix timezone handling for datetime to unixtime conversions (#2213)joe2022-08-021-12/+6
* ClusterPipeline Doesn't Handle ConnectionError for Dead Hosts (#2225)Greg Melton2022-08-021-25/+44
* Remove python2-only `__nonzero__` method from `cluster.py` (#2313)Nikita Sobolev2022-07-311-4/+0
* Fix typing on smembers command (#2312)Agustin Marquez2022-07-311-1/+2
* Add support for async GRAPH module (#2273)dvora-h2022-07-284-135/+525
* automatically reconnect pubsub when reading messages in blocking mode (#2281)Kristján Valur Jónsson2022-07-272-6/+18
* Drop python 3.6 support (#2306)dvora-h2022-07-273-29/+12
* async_cluster: fix max_connections/ssl & improve args (#2217)Utkarsh Gupta2022-07-273-183/+202
* cleaning up the readme and moving docs into readthedocs (#2291)Chayim2022-07-271-0/+2
* Graph - add counters for removed labels and properties (#2292)DvirDukhan2022-07-261-0/+24
* Fix: `start_id` type for `XAUTOCLAIM` (#2257)Антон Безденежных2022-07-241-1/+1
* Remove verbose logging from `redis-py/redis/cluster.py` (#2238)Nial Daly2022-07-241-56/+7
* Add support for TIMESERIES 1.8 (#2296)dvora-h2022-07-242-279/+407
* async_cluster: fix concurrent pipeline (#2280)Utkarsh Gupta2022-07-241-9/+9
* docs: Fix a few typos (#2274)Tim Gates2022-07-243-3/+3
* Fix crash: key expire while search (#2270)dvora-h2022-07-241-1/+1
* 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
* Fix backwards compatibility from 4.3.2 (#2254)dvora-h2022-06-271-1/+0
* Fix `XAUTOCLAIM` to return the full response (#2252)dvora-h2022-06-271-1/+2
* commands/cluster: use pipeline to execute split commands (#2230)Utkarsh Gupta2022-06-275-153/+151
* Changed dynamic_startup_nodes default value to 'True' to prevent breaking bac...Bar Shaul2022-06-271-5/+5
* Added dynamic_startup_nodes configuration to RedisCluster. (#2244)Bar Shaul2022-06-231-2/+15
* Docs: Add a note about client_setname and client_name difference (#2247)Paweł Srokosz2022-06-231-0/+6
* Reuse the old nodes' connections when a cluster topology refresh is being don...Bar Shaul2022-06-231-11/+26
* Fix retries in async mode (#2180)Eric Lemoine2022-06-195-6/+48
* async_cluster: fix simultaneous initialize (#2231)Utkarsh Gupta2022-06-191-2/+2
* 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