package
0.0.0-20240824050318-b1dc25b147ec
Repository: https://github.com/vkumbhar94/golang.git
Documentation: pkg.go.dev
# Functions
NewRedisWithOptions creates a new Redis with the passed in options set.
NewRedisWithOptionsAndDefaults creates a new Redis with the passed in options set starting from the defaults.
RedisWithOptions configures an existing Redis with the passed in options set.
WithAddr returns an option that can set Addr on a Redis.
WithPassword returns an option that can set Password on a Redis.
WithUserName returns an option that can set UserName on a Redis.
# Type aliases
No description provided by the author