~charmers/charms/oneiric/redis-slave/trunk

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Juan L. Negron
  • Date: 2011-08-01 17:58:30 UTC
  • Revision ID: juan.negron@canonical.com-20110801175830-nfhxptqodnele3jl
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ensemble: formula
 
2
name: redis-slave
 
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 slave formula
 
12
provides:
 
13
  redis-admin:
 
14
    interface: redis
 
15
  db:
 
16
    interface: redis
 
17
requires:
 
18
  redis-master:
 
19
    interface: redis
 
20
peers:
 
21
  redis-replication:
 
22
    interface: redis