Versions in this module Expand all Collapse all v0 v0.1.9 Sep 18, 2022 v0.1.8 Sep 18, 2022 v0.1.7 Sep 18, 2022 Changes in this version + type Client struct + func New(name string) *Client + func (client *Client) Close() + func (client *Client) Do(command string, args ...any) (*g.Var, error) + func (client *Client) Receive() (*g.Var, error) + func (client *Client) Subscribe(channel string) chan *g.Var