Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitMemory ¶
func InitMemory() error
Types ¶
type Adapter ¶
type Adapter interface {
Connect() error
Get(key string) (string, error)
Set(key string, val interface{}, expire int) error
Del(key string) error
HashGet(hk, key string) (string, error)
HashDel(hk, key string) error
Increase(key string) error
Decrease(key string) error
Expire(key string, dur time.Duration) error
cache.AdapterQueue
}
var MemoryAdapter Adapter
var RedisAdapter Adapter
Click to show internal directories.
Click to hide internal directories.