Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func NewRedisClient ¶
func NewRedisClient(cfg *RedisConfig, logger util.Logger) *Cache
type NotInRedisCacheError ¶
type NotInRedisCacheError struct {
// contains filtered or unexported fields
}
func (*NotInRedisCacheError) Error ¶
func (e *NotInRedisCacheError) Error() string
Click to show internal directories.
Click to hide internal directories.