Documentation ¶
Overview ¶
Package rediscache implements a cache.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache holds cache client.
type Options ¶ added in v0.1.0
type Options struct { // Format: redisString = <host>:<port>:<password>:<key> // Example: redisString = localhost:6379::oauth2-client-example // Leave <key> empty for auto generation. RedisString string TokenURL string // only used if AutoKey is enabled ClientID string // only used if AutoKey is enabled }
Options define redis options.
Click to show internal directories.
Click to hide internal directories.