yeojz / redisapp

The easiest way to get started with Redis on the Mac

Home Page:http://jpadilla.github.io/redisapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis.app

The easiest way to get started with Redis on the Mac

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

Screenshot

Download

--

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"

Installing with Homebrew Cask

You can also install Redis.app with Homebrew Cask.

$ brew cask install redis

Credits

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

About

The easiest way to get started with Redis on the Mac

http://jpadilla.github.io/redisapp

License:MIT License


Languages

Language:Objective-C 62.6%Language:Swift 24.1%Language:Shell 12.3%Language:C 1.0%