Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis Improve the validation utils #717

Open
mtuchi opened this issue Aug 9, 2024 · 0 comments
Open

redis Improve the validation utils #717

mtuchi opened this issue Aug 9, 2024 · 0 comments

Comments

@mtuchi
Copy link
Collaborator

mtuchi commented Aug 9, 2024

Description

In redis adaptor there is a pattern that is spreading really fast for asserting arguments that are provided in adaptor operations.
It's not a very good pattern and it's starting to spread across the redis adaptor because most of the function needs this validation step to help the user understand what arguments are required.

The Ask in few words

Completely remove the pattern for asserting function params or remove the repetition of assertArgType

@mtuchi mtuchi mentioned this issue Aug 9, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New Issues
Development

No branches or pull requests

1 participant