Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnableToPingDragonfly = errors.New("unable to ping dragonfly")
)
Functions ¶
This section is empty.
Types ¶
type DragonflyClient ¶
type DragonflyClient struct { Client *redis.Client //TODO: consider turning into map CacheResultsDuration time.Duration KeyPrefix string }
func NewDragonflyClient ¶
func (*DragonflyClient) GetClient ¶
func (dc *DragonflyClient) GetClient() *redis.Client
Click to show internal directories.
Click to hide internal directories.