-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] HSet struct with pointer #2745
Comments
tzq0301
added a commit
to tzq0301/go-redis
that referenced
this issue
Oct 11, 2023
I create PR #2753 to fix it. |
tzq0301
added a commit
to tzq0301/go-redis
that referenced
this issue
Oct 16, 2023
tzq0301
added a commit
to tzq0301/go-redis
that referenced
this issue
Oct 26, 2023
tzq0301
added a commit
to tzq0301/go-redis
that referenced
this issue
Oct 29, 2023
tzq0301
added a commit
to tzq0301/go-redis
that referenced
this issue
Oct 30, 2023
tzq0301
added a commit
to tzq0301/go-redis
that referenced
this issue
Oct 30, 2023
ofekshenawa
added a commit
that referenced
this issue
Oct 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #2744
Originally posted by numberinho October 6, 2023
I'm trying to HSet() structs with pointers.
Example:
How would you solve this? In my current application I have to store like 30 different structs, all having pointers to "simple data types" like *string and *int. The marshaling of them would be a super cool feature!
Thank you!
The text was updated successfully, but these errors were encountered: