Tags: sashashura/redis-py
Tags
Simplify async timeouts and allowing `timeout=None` in `PubSub.get_me… …ssage()` to wait forever (redis#2295) * Avoid an extra "can_read" call and use timeout directly. * Remove low-level read timeouts from the Parser, now handled in the Connection * Allow pubsub.get_message(time=None) to block. * update Changes * increase test timeout for robustness * expand with statement to avoid invoking null context managers. remove nullcontext * Remove unused import
Add support for WITHSUFFIXTRIE to FT.CREATE (redis#2324) * withsuffixtrie * Update test_search.py * fix
Fix Lock crash, and versioning 4.3.3 (redis#2210) * fix lock * v4.3.3
PreviousNext