- We can download the binary from the download section of redis.io, or use homebrew, wget or Curl. Personally, I am not a big fan of homebrew, even though it might be the most common way of downloading packages via the terminal for mac.
- Note: Medis only supports Redis = 2.8 version because SCAN command was introduced since 2.8. SCAN is very useful to get key list without blocking the server, which is crucial to the production environment. Because the latest stable is 5.0 and 2.6 is a very old version, Medis doesn't support it. Download Medis on Windows.
- Free download Redis Redis for Mac OS X. Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
- Redis Gui Mac
- Download Redis-cli For Mac
- Mac Redis Manager
- Redis Desktop
- Redis Desktop Manager Mac Download
Redis Gui Mac
Redis Installation On Mac
Connect to Redis high-performance data stores from popular Mac applications like FileMaker Pro and Office for Mac. Version: 20.0.7587 Modified: Size: 11.1 MB Download Trial Download Full.
What is Redis
Redis is an in-memory data structure store / no sql database primarily used as a database for high performance application and cache. In this tutorial, we will show you how to install, configure and use Redis on a Mac Book Pro running macOS Sierra as an operating system.
Download Redis-cli For Mac
Installation
Redis installation can be done in many different ways. But I like the one with more controlled way where you can install it wherever ( location on ) you want to. And it will be also similar to the one we did on Linux Ubuntu 16.0.4.
Mac Redis Manager
Redis Installation steps for MAC
Redis Desktop
Redis Desktop Manager Mac Download
- Download a latest stable release of Redis from here. ( at the time of writing this step by step guide the latest stable release is 3.2.8 ).
- Unzip / extract the redis in the directory of your choice. ( in my case I unzipped it in the Documents)
- Open the Terminal Window and cd to your respective directory where redis was unzipped.
- Use the following command to validate if redis can complete a clean installation.