Install Redis/RedisJson Install Redis on macOS (this does not install RedisJSON, For JSON, RedisJson module) ####### Install Cargo
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ # restart the terminal to enable cargo command
####### Build RedisJson
$ git clone https://github.com/RedisJSON/RedisJSON.git …