You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns only one String... but you don't know which one :(
It makes HMGET function useless, because you can't match requested field with returned values.
Only one workaround is to analyse MultiBulkReply.data[] and manually match fields by request index.
The text was updated successfully, but these errors were encountered:
Redis "struct" HASH content:
"field1" = "1"
// "field2" is missing
Java code:
Returns only one String... but you don't know which one :(
It makes HMGET function useless, because you can't match requested field with returned values.
Only one workaround is to analyse MultiBulkReply.data[] and manually match fields by request index.
The text was updated successfully, but these errors were encountered: