nitishm / go-rejson

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

Set Go Redis V8 Client Problem #47

Closed cyberbeast closed 3 years ago

cyberbeast commented 3 years ago

Hi,

I wanted to report incompatibilities with v8 of go-redis. According to go-redis documentation, v8 is the latest recommended version.

Very similar to the issue concerning upgrading from go-redis v6 to v7.

cyberbeast commented 3 years ago

Please see PR #46 for the fix.

Shivam010 commented 3 years ago

Hello @cyberbeast, thanks for the PR.

I have left some reviews and suggestions in the PR. Feel free to share your thoughts on them, I'll be happy to discuss them.

Shivam010 commented 3 years ago

@cyberbeast I have added some changes in your PR and have merged it. A new version has been released with the concerned support v4.0.0

Thank you