Documentation ¶
Overview ¶
Package keymod provides functions for modifying keys.
This package is particularly useful when working with distributed caching systems like Redis Cluster, where keys containing "{hashTag}" are ensured to exist on the same node. This allows related keys to be stored together, enabling multi-key operations like transactions and Lua scripts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶ added in v0.15.0
type Key string
Key represents a key in a distributed caching system.
Click to show internal directories.
Click to hide internal directories.