-
I'm getting this error:
From the following code: rdb.HSet(ctx, key, "time", time.Duration(0)) How am I supposed to implement BinaryMarshaler on a standard Go type? I could convert it to milliseconds but then I wouldn't be able to |
Beta Was this translation helpful? Give feedback.
Answered by
Pyrodash
Oct 24, 2021
Replies: 1 comment
-
Should be supported now as of a52a508 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Pyrodash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be supported now as of a52a508