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
with with Nested left to it's empty value, generates an invalid number of arguments for HMSET, leading to the error: unmarshaling message off Conn: ERR wrong number of arguments for 'hmset' command
Suggested solutions:
Defaulting for Nested to an empty string "" for empty values, consistent with normal empty string values, explicitly emptying the value.
Adding an omitempty option, preventing this value from being (over)written with HMSET.
The text was updated successfully, but these errors were encountered:
A struct of the form:
with with
Nested
left to it's empty value, generates an invalid number of arguments forHMSET
, leading to the error:unmarshaling message off Conn: ERR wrong number of arguments for 'hmset' command
Suggested solutions:
Nested
to an empty string""
for empty values, consistent with normal empty string values, explicitly emptying the value.omitempty
option, preventing this value from being (over)written withHMSET
.The text was updated successfully, but these errors were encountered: