-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add encoding.BinaryUnmarshaler in Scan #3144
base: master
Are you sure you want to change the base?
feat: add encoding.BinaryUnmarshaler in Scan #3144
Conversation
2ea6e51
to
72cdd5c
Compare
72cdd5c
to
a5a0e2f
Compare
98b44f0
to
de72ae7
Compare
Hi there, I was wondering if you could take a moment to review this PR when you have the time. Thanks! cc. @ofekshenawa, @monkey92t |
de72ae7
to
f97720d
Compare
f97720d
to
7fcc39c
Compare
This one looks good to me. @zeze1004 do you think we can add full test with write and read from/to redis instance? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zeze1004 please add integration test to verify the data is correctly stored and retrieved from/to redis.
Sorry, I just checked, I'll add the test and mention it |
issue: #3139
Fixed issue where UUID fields could not be unmarshaled correctly.