# Functions
NewHTTPServer instantiates a new instance of the memd server.
NewMemdService instantiates a new instance of the memd server.
# Structs
HTTPServer is a generic implementation of an HTTP server used by the various HTTP servers in this mock.
HTTPServerHandlers provides all the handlers for the http server.
MemdClient represents a connected memd client.
MemdServer represents an instance of the memd server.
MemdServerHandlers provides all the handlers for the memd server.
NewHTTPServiceOptions enables the specification of default options for a new http server.
NewMemdServerOptions enables the specification of default options for a new memd server.