1

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?

Stav Alfi
  • 13,139
  • 23
  • 99
  • 171

1 Answers1

2

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)

Pieter Cailliau
  • 459
  • 3
  • 8