Skip to content
forked from Redsmin/proxy

Redsmin proxy deamon - Access local redis instance from Redsmin

License

Notifications You must be signed in to change notification settings

niklabh/redsmin

 
 

Repository files navigation

Redsmin proxy Build Status Gittip Deps Version

npm

Redsmin proxy securely expose one or more local Redis instance to Redsmin.

We announce changes on our Twitter account @redsmin and our Facebook page.

CLI options

RKEY=REDSMIN_CONNECTION_KEY [RURL=redis://127.0.0.1:6379] [RAUTH=password] redsmin set_key

I'm behind a firewall, what rule should I add ?

Redsmin proxy connects to ssl.redsmin.com on port 993 with a secure TLS socket connection. For troubleshooting: What ip/port should I locally open to use Redsmin proxy.


Edit configuration

vim "`npm prefix -g`/lib/node_modules/redsmin/etc/redsmin.json"

See: How to change Redsmin proxy Redis host/port.

Uninstall

npm uninstall redsmin -g

Changelog

v1.1.2 (22/02/2014)

  • Handle both connection string format, with or without redis://
  • Refactored unit-tests

v1.1.1 (22/02/2014)

  • Fix unit-tests

v1.1.0 (03/09/2013)

  • Fix another rare case of missing reconnection

v1.0.4 (11/08/2013)

  • Fix rare case of missing reconnection

v1.0.0 (07/21/2013)

  • TLS support
  • Redsmin proxy now connects on ssl.redsmin.com:993

v0.3.3 (02/20/2013)

  • Support for RAUTH env variable, must be used with set_key to setup an authentication.
  • Support for REDSMIN_CONFIG env variable
  • Support for REDSMIN_DEBUG env variable, if it exists, in/out will be written on screen.

About

Redsmin proxy deamon - Access local redis instance from Redsmin

Resources

License

Stars

Watchers

Forks

Packages

No packages published