Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
storage.SessionConfig `json:",inline"`
// The host:port address of redis server.
Address string
// Optional password. Must match the password specified in the
// require pass server configuration option.
Password string
// Database to be selected after connecting to the server.
DB int
// key prefix for storing session
KeyPrefix string
}
Redis config for connecting to redis server.
Click to show internal directories.
Click to hide internal directories.