package
0.4.1
Repository: https://github.com/st3plox/blogchain.git
Documentation: pkg.go.dev

# Functions

NewRedisClient creates a new RedisClient with the given redis.Client.

# Structs

MockCacheStore mocks the CacheStorer interface for testing purposes.
RedisClient is a Redis implementation of CacheStore.

# Interfaces

Cacheable is an interface that all cacheable entities should implement.
CacheStore is the interface for cache storage.