# Functions
New*
c := New(ctx, RedisOptions{
Addr: addr,
Password: "redisUAT",
}, Options{
MaxSize: 10,
Ttl: time.Second*20,
})
*/.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author