Mukul Anand
Mukul Anand

Reputation: 626

Redis module ReJSON with OSS redis

I saw here that there are three kinds of redis modules from the link below.

https://redislabs.com/community/redis-modules-hub/

However, I want to use ReJSON along with OSS Redis. Is it possible and has anyone tried it and if yes, is there a source to refer to for the same.

Upvotes: 1

Views: 211

Answers (1)

Guy Korland
Guy Korland

Reputation: 9568

RedisJSON (former known as ReJSON) is fully supporting OSS Redis, see http://redisjson.io

Upvotes: 1

Related Questions