How to Install Redis on Mac OS

preview_player
Показать описание
In this post we will see How To Install Redis On Mac OS X

To install Redis, run the following commands:

$ mkdir redis && cd redis
$ cd redis-stable
$ make
$ make test
$ sudo make install
1
2
3
4
5
6
7
$ mkdir redis && cd redis
$ cd redis-stable
$ make
$ make test
$ sudo make install
Now to start Redis server, you can run this command.

$ redis-server
1
$ redis-server
To Test if Redis server is running run this command.

$ redis-cli ping
1
$ redis-cli ping
If it replies “PONG”, then it’s good to go!

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Thank you so much for such a simplified video, I followed and all worked fine without any hassle

sumitbabel
Автор

Thank you very much. I stuck in here for an hour until I found your video. It's very useful!!

vngzmgf
Автор

Thank you very much for this. I was struggling till i found this nice vid.

davidkezi
Автор

Thanks a lot to author for this simple and clear explanation of how install Redis. Liked and subscribed!

alekseykonotop
Автор

thanks a lot for the video... was really helpful..

lakshmivijay
Автор

Thank You so much.. One thing u forgot is how to stop the server .. and this can be done by executing this command : "shutdown save" !

jeyavanicm
Автор

Thank you so much this is very clear explanation which i enjoyed and installed and I also want to setup redis cluster
Can you please help me if there is any video you posted on youtube.

msnchowdary