Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Repository of "redis" chef cookbook.

NotificationsYou must be signed in to change notification settings

bonkydog/chef-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installs Redis. Redis is an open source, advanced key-value store.

It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.

Detailshttp://redis.io/

REQUIREMENTS:

none

Currently tested on Ubuntu 10.04 ONLY.

ATTRIBUTES:

['redis']['bind']         # "127.0.0.1"['redis']['port']         # "6379"['redis']['config_path']  # "/etc/redis/redis.conf"['redis']['daemonize']    # "no"['redis']['timeout']      # "300"['redis']['loglevel']     # "notice"['redis']['password']     # nil['redis']['source']['version']          # "2.4.1"['redis']['source']['prefix']           # "/usr/local"['redis']['source']['tar_url']          # "http://redis.googlecode.com/files/redis-2.4.1.tar.gz"['redis']['source']['tar_checksum']     # "38e02..."['redis']['source']['create_service']   # true['redis']['source']['user']             # "redis"['redis']['source']['group']            # "redis"

USAGE:

  • Add cookbookredis to your runlist. This will install redis on your machine.
  • Add cookbookredis::source to your runlist. This will build redis on your machine from source.
  • Add cookbookredis::gem to your runlist. This will install the redis Rubygem.
  • Add cookbookredis::remove to your runlist if you want to remove redis on your machine.

About

Repository of "redis" chef cookbook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby100.0%

[8]ページ先頭

©2009-2025 Movatter.jp