# Functions
NewGoRedisClient returns a new GoRedis ReJSON client with the provided context and connection, if ctx is nil default context.Background will be used.
# Interfaces
GoRedisClientConn - an abstracted interface for goredis.Client, goredis.ClusterClient, goredis.Ring, or goredis.UniversalClient.
RedigoClientConn - an abstracted interface for redigo.Conn and redigo.ConnWithTimeout.