Skip to content
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

Does gozero redis have a good way to store an object with a hash type #3390

Open
yuff20 opened this issue Jul 3, 2023 · 3 comments
Open
Labels

Comments

@yuff20
Copy link

yuff20 commented Jul 3, 2023

gozero's built-in Redis-wrapped hmset can only handle map[string]string data

Now an object to store hash data structure, is there a better way to handle it?
image

@kevwan
Copy link
Contributor

kevwan commented Jul 7, 2023

Would you please submit a PR?

@PittYao
Copy link

PittYao commented Jul 7, 2023

Would you please submit a PR?

Just change map[string]string to map[string]interface{}.all right?
image

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants