Discover Packages
github.com/reborn-go/redis/v8
internal
hscan
package
Version:
v8.0.0-...-199b5c7
Opens a new window with list of versions in this module.
Published: Dec 23, 2021
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.