Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Disable command retries for CME connections due to:
a. Absence of command retry configuration in client creation params making retry mechanics unexpected, confusing and inconsistent with command timeout constrains. b. Retry semantics are inconsistent between the CME and CMD client since CMD lacks the retry logic 2. Integrate fix for retry logic in redis-rs, cancelling the request in case the future was canceled. This will allow for a correct implementation of retry logic when its configuration is exposed to the user.
- Loading branch information