-- import "github.com/reddotpay/redis"
var Pool *redigo.Pool
Pool contains Redis pool
func Delete(key string) error
Delete deletes a value by key
func NewPool(endpoint string, maxIdle int, idleTimeout time.Duration) *redigo.Pool
NewPool initialises a new Redis pool
func Retrieve(key string) (interface{}, error)
Retrieve retrieves value by key
func Store(key string, value interface{}, expiryInSeconds int) error
Store stores key-value pairs in Redis with expiry