Documentation
¶
Overview ¶
Package redis adapts go-redis/v9 clients to the cache backend contract.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
Backend implements cache.Backend with go-redis/v9.
type Config ¶
type Config struct {
Client redisclient.UniversalClient
Clock cache.Clock
MaxRecordSize int
}
Config supplies the native client, clock, and maximum wire record size.
Click to show internal directories.
Click to hide internal directories.