Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultRedisAddress = "localhost:6379"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { Set(interface{}, interface{}, time.Duration) error Get(interface{}, interface{}) error }
func NewWithRedisClient ¶ added in v0.0.3
func NewWithRedisOptions ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.