Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type LRUCache ¶
type LRUCache struct {
// contains filtered or unexported fields
}
func NewLRUCache ¶
type RedisClient ¶
type RedisClient struct {
*redis.Client
}
func NewRedisClient ¶
func NewRedisClient(config *redis.Options) *RedisClient
func (*RedisClient) Health ¶
func (client *RedisClient) Health() error
Click to show internal directories.
Click to hide internal directories.