package
4.2.0
Repository: https://github.com/nitishm/go-rejson.git
Documentation: pkg.go.dev

# Functions

NewGoRedisClient returns a new GoRedis ReJSON client with the provided context and connection, if ctx is nil default context.Background will be used.

# Structs

GoRedis implements ReJSON interface for Go-Redis/Redis Redis client Link: https://github.com/go-redis/redis.
Redigo implements ReJSON interface for GoModule/Redigo Redis client Link: https://github.com/gomodule/redigo.

# 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.