Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GodisServer ¶
type GodisServer struct {
// contains filtered or unexported fields
}
func Singleton ¶
func Singleton() *GodisServer
func (*GodisServer) Flush ¶
func (server *GodisServer) Flush()
func (*GodisServer) Get ¶
func (server *GodisServer) Get(key string) (val interface{}, ok bool)
func (*GodisServer) Set ¶
func (server *GodisServer) Set(key, val string)
Click to show internal directories.
Click to hide internal directories.