nitishm / go-rejson

Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plans on supporting go-redis v9?

tgbv opened this issue · comments

Are there plans on adding support for go-redis v9? (github.com/redis/go-redis/v9)

Hey @tgbv 👋

We already support redis/go-redis/v9

Here's the example https://github.com/nitishm/go-rejson/blob/master/examples/json_set/json_set.go#L11

If you're asking for something different, please elaborate.