Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisCache ¶
type RedisCache struct { // Client is the redis.Client. This must not be nil. Client *redis.Client // ClientTimeout specifies the timeout for read and write operations. // Default is 50ms. ClientTimeout time.Duration // Logger is the *zap.Logger for this RedisCache. // A nil Logger will disable logging. Logger *zap.Logger // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.