Versions in this module Expand all Collapse all v1 v1.6.1 Sep 7, 2020 Changes in this version + func MInitServer() (*MemcacheInst, *Error) + func MInitServers(server ...string) (*MemcacheInst, *Error) + type MemcacheInst struct + ClientInst *Client + MemcacheServerList string + MemcacheServerPort string + func (mem *MemcacheInst) MDeleteByKey(key string) *Error + func (mem *MemcacheInst) MGetStrValue(key string) (string, *Error) + func (mem *MemcacheInst) MSetStrValue(key string, value string) *Error + func (mem *MemcacheInst) MUpdateStrValue(key string, value string) *Error