# Packages
No description provided by the author
# Functions
NewMemory 实例化一个内存核心的缓存驱动.
NewMemoryWithConfig 实例化一个分布式的内存核心的缓存驱动.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewStringMemory 实例化一个仅带字符串存储功能的内存核心缓存驱动.
RegisterNilError 注册返回空值错误.
# Variables
No description provided by the author
# Structs
Memory 内存驱动.
MemoryConfig 内存配置.
Redis 驱动器.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
BoolValuer 布尔数值接口.
Cache 缓存器.
Common 通用接口.
FloatValuer 浮点型数值接口.
Hash 哈希表.
IntValuer 整形数值接口.
List 列表.
MapStringStringValuer 以string为键string为值的map.
SliceValuer 切片数值接口.
SortedSet 排序集合.
StatusValuer 状态数值接口.
String 字符串.
StringSliceValuer 字符串切片数值接口.
StringValuer 字符串数值接口.
# Type aliases
EtcdConfig 使用ETCD服务的配置.
No description provided by the author
No description provided by the author