aws/glide-for-redis

Make timeout commands dynamic: Hardcoded timeout commands need to be processed dynamically

Opened this issue · 0 comments

Describe the feature

In this PR #1283 we introduce timing out based on the valued passed as a command parameter. This method has to be maintained manually to track new commands that can be introduced in the future. At least we should introduce a test that dynamically validates all commands that have timeout params based on commands.json.
Another, a more optimal approach would be to dynamically generate the parsing code during the build-time, again, based on commands.json.

Use Case

Potential bugs

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Client version used

pre-GA

Environment details (OS name and version, etc.)

.