Documentation ¶
Overview ¶
Package redis implements the DB interface for the redis database
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Listen location (i.e localhost:7070) Listen string `json:"Listen"` Password string `json:"Pass"` DB int `json:"DB"` Expiration time.Duration `json:"Expiration"` }
Config for redis DB
Click to show internal directories.
Click to hide internal directories.