-
Notifications
You must be signed in to change notification settings - Fork 986
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
HMGET proxy not working as expected #627
Comments
Thanks a lot for the example. I can reproduce the issue which is related to You can view the sent commands from the client perspective by enabling |
Byte arrays passed within an Iterable are now unrolled and bound correctly. Previously, byte arrays were not bound and silently dropped.
Byte arrays passed within an Iterable are now unrolled and bound correctly. Previously, byte arrays were not bound and silently dropped.
That's fixed now and available via |
👍 |
Using latest 5.0.0.RELEASE:
I am providing a command interface and a class that fails with "ERR wrong number of arguments for 'hmget' command" on an empty redis instance for the HMGET command when the method signature is as specified below. Fixed hmget field parameters work fine, but when i use vargs or an Iterable, looks like the fields are not passed in to redis.
Exception/trace here:
INTERFACE:
CALL THROUGH INTERFACE:
The text was updated successfully, but these errors were encountered: