Redis.app

The easiest way to get started with Redis on the Mac

Download App View on GitHub
v4.0.2-build.1
Redis.app contains redis v4.0.2

Easy to use

Just download, drag to the applications folder, and double-click.

Version numbers

Version numbers of this project (Redis.app) try to communicate the version of the included Redis binaries bundled with each release.

The version number also includes a build number which is used to indicate the current version of Redis.app and it's independent from the bundled Redis's version.

Adding Redis binaries to your path

If you need to add the Redis binaries to your path you can do so by adding the following to your ~/.bash_profile.

        
# Add Redis.app binaries to path
PATH="/Applications/Redis.app/Contents/Resources/Vendor/redis/bin:$PATH"
      

Credits

Forked and adapted from Mongodb.app. Site design by Giovanni Collazo.