Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
io.ReadWriter
HTTPQwatchResponseChan chan QwatchResponse // Response channel to send back the operation response
Fd int
Cqueue cmd.DiceDBCmds
IsTxn bool
Session *auth.Session
ClientIdentifierID uint32
}
func NewHTTPQwatchClient ¶
func NewHTTPQwatchClient(qwatchResponseChan chan QwatchResponse, clientIdentifierID uint32) *Client
func (*Client) TxnDiscard ¶
func (c *Client) TxnDiscard()
type CmdWatchResponse ¶
type QwatchResponse ¶
Click to show internal directories.
Click to hide internal directories.