How do you install RedisJSON on a macOSx with brew?
How do you enable modules on redis without having to compile redis? I dont want to use docker clients
How do you install RedisJSON on a macOSx with brew?
How do you enable modules on redis without having to compile redis? I dont want to use docker clients
Copyright © 2021 Jogjafile Inc.
Redis Stack is probably the easiest way to do this. It has more than just RedisJSON as it includes RediSearch, RedisGraph, RedisBloom, and RedisTimeSeries but will work just fine.
First, tap the Redis Stack Homebrew tap:
Next, run brew install:
To start Redis you can run:
There are some details if you have an existing Redis installation on your Mac that you'll need to follow. Full instructions, including those details, are here.