Discover Packages
github.com/go-redis/redis/v9
internal
hscan
package
Version:
v9.0.0-rc.2
Opens a new window with list of versions in this module.
Published: Nov 26, 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.