Documentation
¶
Index ¶
- type Connection
- func (c *Connection) CheckTTL(ctx context.Context, key string) (time.Duration, error)
- func (c *Connection) Delete(ctx context.Context, key string) error
- func (c *Connection) Exists(ctx context.Context, key string) (bool, error)
- func (c *Connection) HGetAll(ctx context.Context, key string, vmap map[string]any) error
- func (c *Connection) HSet(ctx context.Context, key string, value any, expiration time.Duration) error
- func (c *Connection) Set(ctx context.Context, key string, value any, expiration time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.