Skip to content

Commit b6e6137

Browse files
Merge branch 'master' into simplify-async-timeouts
2 parents c176def + a246f40 commit b6e6137

36 files changed

+2481
-632
lines changed

CHANGES

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
21
* Allow `timeout=None` in `PubSub.get_message()` to wait forever
2+
* Fix start_id type for XAUTOCLAIM
3+
* Remove verbose logging from cluster.py
34
* Add retry mechanism to async version of Connection
45
* Compare commands case-insensitively in the asyncio command parser
56
* Allow negative `retries` for `Retry` class to retry forever

docs/examples.rst

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ Examples
1212
examples/set_and_get_examples
1313
examples/search_vector_similarity_examples
1414
examples/pipeline_examples
15+
examples/timeseries_examples
16+
examples/redis-stream-example.ipynb

0 commit comments

Comments
 (0)