Tag: RedisJSON

  • Using RedisJSON to store nested data

    Let’s say you want to utilize redis to store and manipulate this JSON You can use the module RedisJSON to do it. Prerequisites If you don’t have the module installed you must build it first. You’ll need to install these first (example commands are for Rocky Linux, but should be at least similar to other…