Project

rprov

0.0
No commit activity in last 3 years
No release in over 3 years
Rprov is a simple command line utility which helps you provision and manage Redis instances easily.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
>= 0
 Project Readme
NAME
      rprov -- Redis Provisioning

SYNOPSIS
      rprov setup /some/path -m 1gb -h hostname
      rprov setup /some/path -m 1gb --paranoid

      rprov start /some/path
      rprov stop  /some/path
      rprov info  /some/path

DESCRIPTION
      Rprov is a simple ruby command line utility which helps you
      provision and manage redis instances easily.

COMMANDS
      help        Show this usage guide

      setup PATH  Provision a new Redis instance on the specified path.

      start PATH  Start the previously provisioned instance located
                  on the specified path.

      stop PATH   Stop a running instance identified by a specific path.

      info PATH   Get the necessary information for an instance, most notably
                  a `REDIS_URL` which encapsulates all of the connection
                  information necessary to access the instance.

OPTIONS
      -m          Customize the amount of max memory usable for the instance.
                  (Defaults to no limit.)

      -h          Specify the bind address for this redis instance.
                  (Defaults to 127.0.0.1)

      --paranoid  Removes some of the commands meant to be used by sysadmins
                  and renames some into a cryptic, non-guessable one.