ratelimit
ratelimit copied to clipboard
radix.v3 to radix.v4
Is there a plan to move to redix v4?
Advantages from their doc:
v4 has feature parity with v3 and more! The biggest selling points are:
- More polished API.
- Full RESP3 support.
- Support for context.Context on all blocking operations.
- Connection sharing (called "implicit pipelining" in v3) now works with Pipeline and EvalScript.