summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adding support for readable test results (#2381)Chayim2022-09-152-4/+19
* workflows/integration: trailofbits/gh-action-pip-audit is now pypa/gh-action-...William Woodruff2022-09-141-1/+1
* Fix/readme links (#2368)Graeme Clements2022-09-072-1/+2
* fixing async test for module list (#2367)Chayim2022-09-071-1/+2
* Mark `TOPK.COUNT` as deprecated (#2363)dvora-h2022-09-043-12/+19
* 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-302-0/+19
* Handle auth errors for newer versions of Redis. (#2325) (#2329)Luca Cillario2022-08-304-10/+67
* Fix type hint annotations of expire time (#2361)Lee2022-08-301-1/+1
* Update LICENSE (#2362)Guy Korland2022-08-301-19/+18
* fix test (#2358)dvora-h2022-08-252-1/+4
* Be more strict about url scheme parsing (#2343)Klaas van Schelven2022-08-212-6/+19
* Fix typo work -> word (#2341)Nathaniel Blakely2022-08-211-1/+1
* Add BITFIELD_RO (#2340)Alibi2022-08-213-0/+49
* fix tdigest.create (#2348)dvora-h2022-08-211-1/+1
* Adding dependency vulnerability scanning to the CI process (#2332)Chayim2022-08-141-0/+9
* Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335)dvora-h2022-08-144-14/+14
* Add support for WITHSUFFIXTRIE to FT.CREATE (#2324)v4.4.0rc1dvora-h2022-08-043-1/+59
* Add TDIGEST.TRIMMED_MEAN (#2300)Alibi2022-08-043-0/+23
* Adding experimental features, as a release option (#2323)Chayim2022-08-041-3/+8
* 4.4.0rc1 (#2321)dvora-h2022-08-041-1/+1
* Search test - Ignore order of the items in the response (#2322)dvora-h2022-08-042-2/+2
* Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#...dvora-h2022-08-023-1/+41
* Fix async SEARCH pipeline (#2316)dvora-h2022-08-022-2/+21
* change drop to dropindex (#2315)dvora-h2022-08-021-2/+3
* Replace `ensure_future` with `create_task` (#2311)dvora-h2022-08-023-12/+8
* Add support for `TDIGEST.QUANTILE` extensions (#2317)dvora-h2022-08-025-19/+44
* Fix timezone handling for datetime to unixtime conversions (#2213)joe2022-08-024-19/+13
* ClusterPipeline Doesn't Handle ConnectionError for Dead Hosts (#2225)Greg Melton2022-08-022-25/+46
* Fix typo (double "of" word) (#2314)Andrei Andrukhovich2022-07-311-1/+1
* 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-285-135/+1028
* automatically reconnect pubsub when reading messages in blocking mode (#2281)Kristján Valur Jónsson2022-07-276-12/+298
* Drop redisnod_cluster (#2307)dvora-h2022-07-271-1/+0
* Drop python 3.6 support (#2306)dvora-h2022-07-2722-156/+32
* async_cluster: fix max_connections/ssl & improve args (#2217)Utkarsh Gupta2022-07-274-215/+380