This website requires JavaScript.
Explore
Help
Sign In
redis
/
go-redis
Watch
1
Star
0
Fork
0
You've already forked go-redis
mirror of
https://github.com/redis/go-redis.git
synced
2025-09-08 19:52:07 +03:00
Code
Activity
Files
6f1aac4aa3272776f85aae549743d8483ebf4630
go-redis
/
example
/
hset-struct
History
Nedyalko Dyakov
6f1aac4aa3
chore(release): 9.12.0-beta.1 (
#3460
)
2025-08-11 01:42:56 +03:00
..
go.mod
chore(release): 9.12.0-beta.1 (
#3460
)
2025-08-11 01:42:56 +03:00
go.sum
Support new hash commands: HGETDEL, HGETEX, HSETEX (
#3305
)
2025-08-11 01:42:45 +03:00
main.go
fix: nil pointer dereferencing in writeArg (
#3271
)
2025-08-11 01:42:45 +03:00
README.md
fix: nil pointer dereferencing in writeArg (
#3271
)
2025-08-11 01:42:45 +03:00
README.md
Example for setting struct fields as hash fields
To run this example:
go run .