Documentation ¶
Overview ¶
Package redis provides the library to communicate to redis
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IDLE_TIMEOUT = 240 * time.Second
Functions ¶
func AuthConnect ¶
func AuthConnect(host string, password string, maxactive, maxidle int, options ...redis.DialOption) (*redis.Pool, error)
AuthConnect connects and authenticated with the password
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.