I can’t install Redis server on my MacBook using brew.
$ brew install redis
It throws this error for me :
No available formula with the name "redis".
What do i do to solve this error ?
Here is a SS of my terminal: https://i.stack.imgur.com/1u6fp.png
3
Answers
The redis package in brew is called redis-server. Try:
brew install redis-server
Though, alternatively you might want the latest redis-stack, a redis with all the modules.
Try and run
brew doctor
and see if you get any useful output. In my case I got this: