Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyvalClient ¶
type KeyvalClient struct {
// contains filtered or unexported fields
}
func NewKeyvalClient ¶
func NewKeyvalClient() (*KeyvalClient, error)
func (*KeyvalClient) Close ¶
func (c *KeyvalClient) Close()
func (*KeyvalClient) Get ¶
func (c *KeyvalClient) Get(key string) valkey.ValkeyResult
func (*KeyvalClient) Set ¶
func (c *KeyvalClient) Set(key string, value string) valkey.ValkeyResult
Click to show internal directories.
Click to hide internal directories.