~james-sapara/charms/precise/redis-master/config-options

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Juan L. Negron
  • Date: 2011-08-01 17:57:46 UTC
  • Revision ID: juan.negron@canonical.com-20110801175746-9xr6rt3mr6a0xc1j
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ensemble: formula
 
2
name: redis-master
 
3
revision: 1
 
4
summary: Persistent key-value database with network interface
 
5
description: |
 
6
  Redis is a key-value database in a similar vein to memcache but the
 
7
  dataset is non-volatile. Redis additionally provides native support
 
8
  for atomically manipulating and querying data structures such as lists
 
9
  and sets.  The dataset is stored entirely in memory and periodically
 
10
  flushed to disk.
 
11
  This formula provides the master/stand-alone formula
 
12
provides:
 
13
  redis-admin:
 
14
    interface: redis
 
15
  redis-master:
 
16
    interface: redis
 
17
  db:
 
18
    interface: redis