How to use RedisJSON
Installation
It’s a plugin, thus you should install it first.
To install it, it’s necessary to build it from the source code
git clone https://github.com/RedisJSON/RedisJSON.git
cd RedisJSON
# be shure tha Rust is installed
cargo build --release
Run...
sergeystuff.hashnode.dev1 min read