0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Gem to install the redis server; makes things easy.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.2.1
 Project Readme

redis-server

Real docs to come, but basically it's Redis, packaged up in a gem, if that's something that appeals to you.

Once it's a bit more done, version numbering will echo the embedded Redis server version, since this gem doesn't add a whole lot.

Starting the server

Currently just:

redis start

There aren't any options to play with at the moment.

Stopping the server

Have a guess...:

redis stop

Running the server inline (not as a daemon)

redis run

TODO

  • make it stick logs etc in the right spot in rails apps
  • make it load an optional redis config automatically