summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* Combine auto-concatenated strings (#2482)David Gilman2022-12-149-41/+35
* Add support for certain LATENCY commands (#2503)dvora-h2022-12-142-0/+27
* Intentional NotImplementedError for LATENCY commands that should not be in cl...Chayim2022-12-121-0/+28
* Updating dev dependencies (#2475)Chayim2022-12-041-2/+2
* Async clusters: Support creating locks inside async functions (#2471)Utkarsh Gupta2022-12-041-1/+5
* Async: added 'blocking' argument to call lock method (#2454)Sibuken2022-12-012-0/+16
* Added a replacement for the default cluster node in the event of failure. (#2...Bar Shaul2022-12-012-3/+64
* Wrong number of arguments for `geosearch` command (#2464)dvora-h2022-12-011-1/+1
* Fix Sentinel.execute_command to execute across the entire sentinel cluster (...SyedTahaA2022-11-211-2/+2
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-109-163/+198
* CredentialsProvider class added to support password rotation (#2261)Bar Shaul2022-11-108-20/+100
* Fix special response parsing options handling (#2302)Shay Fadida2022-11-093-0/+14
* Enable AsyncIO cluster mode lock (#2446)Milhan2022-11-093-6/+89
* fix docs for password protected socket access (#2378)Robert Hofer2022-11-075-5/+5
* Remove the superflous SocketBuffer from asyncio PythonParser (#2418)Kristján Valur Jónsson2022-10-301-133/+37
* Remove `deprecated` dependency (#2386)Aarni Koskela2022-10-304-14/+38
* Remove default None value from LMPOP (#2438)dvora-h2022-10-301-1/+1
* Fix KeyError in async cluster - initialize before execute multi key commands ...dvora-h2022-10-301-0/+19
* fix: catch OSError on asyncio (#2412)송형근(Hyeongguen Song)/DnU2022-10-251-2/+2
* Add to_string method for GeoValue (#2404)Anne Yang2022-10-251-0/+3
* Deprecate `add_doccument` (FT.ADD) (#2425)dvora-h2022-10-241-0/+8
* remove tdigest.add weights (#2408)dvora-h2022-10-062-12/+4
* Simplify async timeouts and allowing `timeout=None` in `PubSub.get_message()...v4.4.0rc2Kristján Valur Jónsson2022-09-293-111/+55
* 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-292-7/+5
* Fix - aggregation request arguments for LIMIT (#2393)dvora-h2022-09-291-4/+2
* Dev/no lock (#2308)Kristján Valur Jónsson2022-09-282-40/+3
* Support Hiredis >= 1.x only (remove `packaging` dependency) (#2385)Aarni Koskela2022-09-282-45/+12
* 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