Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKeyValueMap ¶
func NewKeyValueMap(rdb redis.UniversalClient, namespace string) KeyValueMap
Types ¶
type KeyValueStore ¶
type KeyValueStore[T any] interface { BaseKeyValueStore[T] Lister[T] ErrorMapSetter Resetter }
func NewKeyValue ¶
func NewKeyValue[T any](rdb redis.UniversalClient, namespace string, s Serializer[T]) KeyValueStore[T]
Click to show internal directories.
Click to hide internal directories.