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
FieldValue() just does an append. Would be nice to append the whole slice of field-values in one go. I need to reuse that slice for multiple hash keys, so I cannot just call FieldValue() as I construct pairs.
The text was updated successfully, but these errors were encountered:
I have code that prepares field+value pairs (as a slice of structs) in advance and then I add them to HSET like this:
FieldValue()
just does an append. Would be nice to append the whole slice of field-values in one go. I need to reuse that slice for multiple hash keys, so I cannot just callFieldValue()
as I construct pairs.The text was updated successfully, but these errors were encountered: