package hscan

Import Path
	github.com/redis/go-redis/v9/internal/hscan (on go.dev)

Dependency Relation
	imports 8 packages, and imported by one package

Involved Source Files hscan.go structmap.go
Package-Level Type Names (total 2)
/* sort by: | */
Scanner is the interface implemented by themselves, which will override the decoding behavior of decoderFunc. ( Scanner) ScanRedis(s string) error
( StructValue) Scan(key string, value string) error func Struct(dst interface{}) (StructValue, error)
Package-Level Functions (total 2)
Scan scans the results from a key-value Redis map result set to a destination struct. The Redis keys are matched to the struct's field with the `redis` tag.
func Struct(dst interface{}) (StructValue, error)