Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThirdRedisHandler ¶
type ThirdRedisHandler struct {
// contains filtered or unexported fields
}
func ThirdRedisHandlerCreate ¶
func ThirdRedisHandlerCreate(url string, user, pass string) (*ThirdRedisHandler, error)
func (*ThirdRedisHandler) Close ¶
func (t *ThirdRedisHandler) Close()
func (*ThirdRedisHandler) Get ¶
func (t *ThirdRedisHandler) Get(key string, value interface{}) error
func (*ThirdRedisHandler) Set ¶
func (t *ThirdRedisHandler) Set(key string, value interface{}) error
Click to show internal directories.
Click to hide internal directories.