package
Version:
v0.0.0-...-c182ff6
Opens a new window with list of versions in this module.
Published: Feb 24, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Engine interface {
Initializer(opts string) error
HSet(key, field string, value interface{}, maxLen, expire int64) error
HScan(key string, do func(field, token string, ttl float64)) error
HGet(key, field string) (string, float64, error)
HRem(key string, field ...string) error
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.