Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericRedisClient ¶
type GenericRedisClient interface { Get(string) (string, error) Set(string, string) error Name() string Teardown() }
func NewGoRedisClient ¶
func NewGoRedisClient() GenericRedisClient
NewGoRedisClient creates GoRedisClient
func NewGoResp3Client ¶
func NewGoResp3Client() GenericRedisClient
NewGoResp3Client creates GoResp3Client
func NewPascaldekloeRedisClient ¶
func NewPascaldekloeRedisClient() GenericRedisClient
NewPascaldekloeRedisClient creates PascaldekloeRedisClient
func NewRedigoClient ¶
func NewRedigoClient() GenericRedisClient
NewRedigoClient creates RedigoClient
type GoRedisClient ¶
type GoRedisClient struct {
// contains filtered or unexported fields
}
func (*GoRedisClient) Name ¶
func (c *GoRedisClient) Name() string
func (*GoRedisClient) Set ¶
func (c *GoRedisClient) Set(key, value string) error
func (*GoRedisClient) Teardown ¶
func (c *GoRedisClient) Teardown()
type GoResp3Client ¶
type GoResp3Client struct {
// contains filtered or unexported fields
}
func (*GoResp3Client) Name ¶
func (c *GoResp3Client) Name() string
func (*GoResp3Client) Set ¶
func (c *GoResp3Client) Set(key, value string) error
func (*GoResp3Client) Teardown ¶
func (c *GoResp3Client) Teardown()
type PascaldekloeRedisClient ¶
type PascaldekloeRedisClient struct {
// contains filtered or unexported fields
}
func (*PascaldekloeRedisClient) Get ¶
func (c *PascaldekloeRedisClient) Get(key string) (string, error)
func (*PascaldekloeRedisClient) Name ¶
func (c *PascaldekloeRedisClient) Name() string
func (*PascaldekloeRedisClient) Set ¶
func (c *PascaldekloeRedisClient) Set(key, value string) error
func (*PascaldekloeRedisClient) Teardown ¶
func (c *PascaldekloeRedisClient) Teardown()
type RadixClient ¶
type RadixClient struct {
// contains filtered or unexported fields
}
func (*RadixClient) Name ¶
func (c *RadixClient) Name() string
func (*RadixClient) Set ¶
func (c *RadixClient) Set(key, value string) error
func (*RadixClient) Teardown ¶
func (c *RadixClient) Teardown()
type RedigoClient ¶
type RedigoClient struct {
// contains filtered or unexported fields
}
func (*RedigoClient) Name ¶
func (c *RedigoClient) Name() string
func (*RedigoClient) Set ¶
func (c *RedigoClient) Set(key, value string) error
func (*RedigoClient) Teardown ¶
func (c *RedigoClient) Teardown()
Click to show internal directories.
Click to hide internal directories.