Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bradfitz/gomemcache
/ types & classes
Types & classes
10 in github.com/bradfitz/gomemcache
⨍
Functions
80
◇
Types & classes
10
Struct
Client
Client is a memcache client. It is safe for unlocked use by multiple concurrent goroutines.
memcache/memcache.go:135
Struct
ConnectTimeoutError
ConnectTimeoutError is the error type used when it takes too long to connect to the desired host. This level of detail can generally be ignored.
memcache/memcache.go:261
Struct
Item
Item is an item to be got or stored in a memcached server.
memcache/memcache.go:163
Struct
ServerList
ServerList is a simple ServerSelector. Its zero value is usable.
memcache/selector.go:39
Interface
ServerSelector
ServerSelector is the interface that selects a memcache server as a function of the item's key. All ServerSelector implementations must be safe for c
memcache/selector.go:31
Struct
conn
conn is a connection to a server.
memcache/memcache.go:187
Struct
serverItem
memcache/fakeserver_test.go:40
Struct
staticAddr
staticAddr caches the Network() and String() values from any net.Addr.
memcache/selector.go:45
Struct
testConn
memcache/fakeserver_test.go:58
Struct
testServer
memcache/fakeserver_test.go:34