Discover Packages
github.com/minhthong494/redis/v9
internal
hscan
package
Version:
v9.0.1-0...-8a42ba7
Opens a new window with list of versions in this module.
Published: May 22, 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.