Documentation
¶
Index ¶
- Constants
- type Client
- func (c *Client) Close()
- func (c *Client) DBOneDel(hostport string)
- func (c *Client) DBOneSAdd(hostport, svcport string)
- func (c *Client) DBOneSRem(hostport, svcport string)
- func (c *Client) DBOneSUnionStore(dest, src string)
- func (c *Client) DefaultDBDel(svcport string)
- func (c *Client) DefaultDBSAdd(svcport, ipport string)
- func (c *Client) DefaultDBSUnionStore(dest, src string)
- func (c *Client) Flush() error
- func (c *Client) GetDBOneKeyValues() map[string][]string
- func (c *Client) GetDefaultDBKeyValues() map[string][]string
- func (c *Client) PrintAllKeys()
- func (c *Client) Terminate()
Constants ¶
View Source
const ( // RSUCCESS is the success code returned by a Redis op RSUCCESS int64 = 1 // RFAIL is the failure code returned by a Redis op RFAIL int64 = 0 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client stores essential client info
func CreateRedisClient ¶
CreateRedisClient establishes connection to redis DB
func InitForTesting ¶
func (*Client) DBOneSUnionStore ¶
DefaultDBSUnionStore does sunionstore on default db
func (*Client) DefaultDBDel ¶
DefaultDBDel does Del on Default DB and logs results
func (*Client) DefaultDBSAdd ¶
DefaulDBSAdd does SAdd on Default DB and logs results
func (*Client) DefaultDBSUnionStore ¶
DefaultDBSUnionStore does sunionstore on default db
func (*Client) GetDBOneKeyValues ¶
func (*Client) GetDefaultDBKeyValues ¶
func (*Client) PrintAllKeys ¶
func (c *Client) PrintAllKeys()
PrintAllKeys prints all the keys in the redis client. For debugging purposes etc
Click to show internal directories.
Click to hide internal directories.