• How to store JSON in Redis using Docker

    ·

    ,

    How to store JSON in Redis using Docker

    RedisJSON is a source-available Redis module that lets you store, manipulate, and query JSON documents in Redis. The standard Redis Python client (v4.0 or greater) supports all of the features of RedisJSON, and in this tutorial, we’ll see how to get started with them. Getting started with RedisJSON To run the examples below, you’ll need to…