!!! This project has been deprecated. We recommend you search the Chef Supermarket for a supported alternative !!!
This cookbook installs the redis server found here http://redis.io/
NA
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.
The following attributes are configurable currently: version, package_name, user, group, path, pidfile, conf, port, timeout
The default recipe installs the redis server and associated binaries. It also configures the system to run as the redis users.
Author:: Intuit, Inc. ([email protected])