File: README.md

package info (click to toggle)
golang-github-redis-go-redis 9.17.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,080 kB
  • sloc: sh: 289; makefile: 99
file content (11 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Example for scanning hash fields into a struct

To run this example:

```shell
go run .
```

See
[Redis: Scanning hash fields into a struct](https://redis.uptrace.dev/guide/scanning-hash-fields.html)
for details.