The highest tagged major version is
v9 .
Discover Packages
github.com/go-redis/redis/v8
internal
hscan
package
Version:
v8.11.5
Opens a new window with list of versions in this module.
Published: Mar 17, 2022
License: BSD-2-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func Scan(dst interface{}, keys []interface{}, vals []interface{}) error
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.
type StructValue struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.