How to install RedisJSON on existing RedisLabs instance

2.8k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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)