Search code examples
redisredisjsonredislabs

How to install RedisJSON on existing RedisLabs instance


I have a (paid) redis-labs instance. how can I use redis-json features on top of it?

Also, can I use normal redis-commands in a redis which has redis-json module installed?


Solution

  • It depends if you are using Redis Enterprise or Redis Enterprise Cloud

    or follow this quickstart: https://docs.redislabs.com/latest/modules/redisjson/redisjson-quickstart/

    Also, can I use normal redis-commands in a redis which has redis-json module installed?

    Yes, all Redis commands will be available (RedisJSON extends Redis)