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-07 07:47:24 +03:00
Code
Activity
Files
c37906c89694f15754b70e775023d06817639e6b
go-redis
/
example
/
hset-struct
History
Nedyalko Dyakov
c37906c896
chore(release): Update release notes and versions for v9.10.0 (
#3395
)
2025-08-11 01:42:55 +03:00
..
go.mod
chore(release): Update release notes and versions for v9.10.0 (
#3395
)
2025-08-11 01:42:55 +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 .