Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 912 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 912 Bytes

Build Status

!!! This project has been deprecated. We recommend you search the Chef Supermarket for a supported alternative !!!

redis cookbook

This cookbook installs the redis server found here http://redis.io/

Requirements

NA

Usage

Redis is an open source, BSD licensed, 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.

Attributes

The following attributes are configurable currently: version, package_name, user, group, path, pidfile, conf, port, timeout

Recipes

The default recipe installs the redis server and associated binaries. It also configures the system to run as the redis users.

Author

Author:: Intuit, Inc. ([email protected])