# Functions
NewClient method will return a pointer to new client object.
NewV2Client will return the pool connection to radix object.
# Structs
Client struct holds connection to redis.
ClientOptions struct contains the options for connecting to redis.
Clientv2 struct holds pool connection to redis using radix dep.