-
Notifications
You must be signed in to change notification settings - Fork 61
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
Error: no overload matches 'Redis#namespaced' with type Array(Redis::RedisValue) #100
Comments
The problem seems to be that A workaround would also be to perform the type cast yourself, as shown here: |
Hi @stefanwille, I was updating the lib on https://github.com/defense-cr/defense as it is a dependency and faced the same issue. Debugging a bit the problem, I don't think the proposal workaround is a good way to proceed, neither the late suggestion of changing the method signature, but I explain below. The method The current issue happens because of the private method crystal-redis/src/redis/commands.cr Lines 562 to 573 in 009e35f
What do you think? |
After update to crystal-redid to 2.5.3
i got unexpected error in this code, for me this code looks ok:
The text was updated successfully, but these errors were encountered: