Use cases

Hi everybody,
Where can i Found RedisJSon Use cases?

Hello Andres,

RedisJSON’s main use case in its current (v1) version is adding native JSON support for Redis and allowing fast read/write from/to terminal nodes via explicit paths. This is mainly useful when you have documents in which only sub-parts are accessed frequently.

Cheers,

Itamar

1 Like

Hi

Check this link bellow It may help:

https://redislabs.com/blog/redis-as-a-json-store/

Hi @itamarhaber, thanks for that insightful response :clap:.
Would you then say that when the sub-parts of a document isn’t frequently accessed, it is better to stringify the document before saving and not use RedisJSON at all?

That’s the basic tradeoff, so you need to quantify “isn’t frequently” more precisely for a clear answer. I’d say that if you’re always storing/fetching the document as a whole, you don’t need RedisJSON at all. For anything else, it is a choice based on the pros and cons of each approach.

1 Like

Thanks, that really helped. In my case, I was fetching as a whole