package
0.0.0-20241121185327-65a29768111e
Repository: https://github.com/outofstack/game-library.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Delete removes data by key from cache.
DeleteByStartsWith removes data with key starting with provided key from cache.
Get gets value by key from cache.
NewKVMap creates new map with arbitrary key and value types.
NewRedisStore creates new Cache instance.
# Structs
KVMap represents map with arbitrary key and value types.
RedisStore represents redis store.
# Interfaces
RedisClient provides methods for working with redis.