Coder Social home page Coder Social logo

jpadilla / redisapp Goto Github PK

View Code? Open in Web Editor NEW
352.0 10.0 26.0 5.03 MB

The easiest way to get started with Redis on the Mac

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

License: MIT License

Swift 24.12% Shell 12.33% Objective-C 62.57% C 0.97%
redis macos homebrew cask

redisapp's Introduction

Redis.app

The easiest way to get started with Redis on the Mac

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

Screenshot

--

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"

Or using the path_helper alternative:

sudo mkdir -p /etc/paths.d &&
echo /Applications/Redis.app/Contents/Resources/Vendor/redis/bin | sudo tee /etc/paths.d/redisapp

Installing with Homebrew Cask

You can also install Redis.app with Homebrew Cask.

$ brew cask install redis-app

Credits

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

redisapp's People

Contributors

jpadilla avatar kenorb avatar yeojz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redisapp's Issues

Redis 5.0?

Possible to update this to support the latest version of Redis, 5.0.1?

how can i run this app with my redis.conf

my environment is docker, i want use php/nginx in docker and redis by this app.
the phpRedisAdmin throw this error:
Fatal error: Uncaught Predis\Response\ServerException: DENIED Redis is running in protected mode because protected mode is enabled,……

how can i run this app with my redis.conf

thx!

OS X 10.10 support?

I'd love to use Redis.app on Mac OS X 10.10 (Yosemite). What would be required to support it?

Redis is listening on all interface vs only on localhost

redis-ser 6938 diwu    4u  IPv6 0x6f12d8bdb02649f5      0t0  TCP *:6379 (LISTEN)
redis-ser 6938 diwu    5u  IPv4 0x6f12d8bdac8f562d      0t0  TCP *:6379 (LISTEN)

please secure this app so that by default, redis-server only binds to 127.0.0.1

iTerm2 issue

Hey this doesn't work with iTerm2. The issue looks to be with the conditional here

if appExists("iTerm") { } else { }

I think the else block AppleScript instructions don't work with iTerm2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.