summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* isortck-parseprepChayim I. Kirshen2022-12-011-1/+1
* moved most of the RESP logic into base, resp classesChayim I. Kirshen2022-11-295-102/+114
* same for hiredisChayim I. Kirshen2022-11-298-18/+18
* Signifying that parsers should be privateChayim I. Kirshen2022-11-2912-25/+24
* small improvementsChayim I. Kirshen2022-11-299-113/+109
* Reorganizing the code, in preparation for RESP3Chayim I. Kirshen2022-11-2927-895/+892
* Install package deps in readthedocs build (#2465)Igor Malinovskiy2022-11-221-0/+1
* GitHub Workflows security hardening (#2444)Alex2022-11-214-0/+16
* Fix Sentinel.execute_command to execute across the entire sentinel cluster (...SyedTahaA2022-11-212-2/+3
* Removed bad tokens from connection_examples.ipynb to fix the json output (#2455)Bar Shaul2022-11-211-5/+0
* Retry documentation. (#2166) (#2456)Luca Cillario2022-11-213-2/+69
* Version 4.4.0rc4 (#2451)v4.4.0rc4dvora-h2022-11-101-1/+1
* Failover handling improvements for RedisCluster and Async RedisCluster (#2377)Bar Shaul2022-11-1014-166/+413
* CredentialsProvider class added to support password rotation (#2261)Bar Shaul2022-11-1013-74/+898
* Fix special response parsing options handling (#2302)Shay Fadida2022-11-095-2/+36
* Enable AsyncIO cluster mode lock (#2446)Milhan2022-11-095-7/+90
* 4.4.0-rc3 (#2447)v4.4.0rc3Chayim2022-11-081-1/+1
* fix docs for password protected socket access (#2378)Robert Hofer2022-11-076-5/+6
* Remove the superflous SocketBuffer from asyncio PythonParser (#2418)Kristján Valur Jónsson2022-10-302-137/+42
* Remove `deprecated` dependency (#2386)Aarni Koskela2022-10-307-16/+39
* Link to the latest pre-release (#2440)Chayim2022-10-301-0/+1
* 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-302-0/+28
* Adding python 3.11 to CI (#2428)Chayim2022-10-301-2/+2
* Add missing dots in README.md (#2435)Andrei Andrukhovich2022-10-301-4/+4
* Tidy up asyncio examples. (#2431)Sam Bull2022-10-301-41/+27
* fix: catch OSError on asyncio (#2412)송형근(Hyeongguen Song)/DnU2022-10-251-2/+2
* doc: redismodules.rst fix (#2429)Ashik Shezan2022-10-251-1/+1
* Test `test_get_moveable_keys` was broken (#2411)Nikita Sobolev2022-10-251-15/+7
* Add to_string method for GeoValue (#2404)Anne Yang2022-10-251-0/+3
* Fixing bloom tests (#2430)Chayim2022-10-252-6/+6
* Deprecate `add_doccument` (FT.ADD) (#2425)dvora-h2022-10-243-369/+178
* Updating the docker image for the module cluster (#2426)Chayim2022-10-241-1/+1
* Updating release drafter title hashes (#2422)Chayim2022-10-241-4/+3
* Fix `TIMESERIES` (round floats) and `JSON` tests (#2421)dvora-h2022-10-235-14/+7
* Fixing invalid vulnerability report (#2424)Chayim2022-10-231-0/+2
* Update dockers tags (#2409)dvora-h2022-10-181-8/+8
* remove tdigest.add weights (#2408)dvora-h2022-10-064-50/+40
* Simplify async timeouts and allowing `timeout=None` in `PubSub.get_message()...v4.4.0rc2Kristján Valur Jónsson2022-09-295-112/+57
* 4.4.0rc2 (#2403)dvora-h2022-09-291-1/+1
* Dev/no can read (#2360)Kristján Valur Jónsson2022-09-295-44/+41
* Add `nowait` flag to `asyncio.Connection.disconnect()` (#2356)Kristján Valur Jónsson2022-09-293-40/+55
* Catch `Exception` and not `BaseException` in the `Connection` (#2104)Kristján Valur Jónsson2022-09-294-7/+121
* Fix - aggregation request arguments for LIMIT (#2393)dvora-h2022-09-291-4/+2
* vecsim docs fix (#2402)Chayim2022-09-281-1/+1
* Dev/no lock (#2308)Kristján Valur Jónsson2022-09-284-66/+29
* Update GitHub Actions versions (#2389)Aarni Koskela2022-09-283-18/+14
* Support Hiredis >= 1.x only (remove `packaging` dependency) (#2385)Aarni Koskela2022-09-287-48/+16
* Reinstate codecov in CI (removed in #2392) (#2394)Aarni Koskela2022-09-211-5/+4
* Add support for new TDIGEST features and changes (#2392)dvora-h2022-09-217-88/+229