nitishm / go-rejson

Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)
MIT License
340 stars 46 forks source link

add support for go-redis v9(redis v7.0) #68

Open Nightwalk2001 opened 1 year ago

Nightwalk2001 commented 1 year ago

I use redis v7 and go-redis v9,while go-rejson use go-redis v8,their apis have some difference,i cant pass go-redis v9's *redis.Client to SetGoRedisClient function

Shivam010 commented 1 year ago

Hello @Nightwalk2001, I'll look into it. In the meantime, if you wanna contribute, you are more than welcome.

YafimK commented 1 year ago

PTAL https://github.com/nitishm/go-rejson/pull/72