cookbook 'ds_redis', '= 1.0.2'
The ds_redis cookbook has been deprecated
Author provided reason for deprecation:
The ds_redis cookbook has been deprecated and is no longer being maintained by its authors. Use of the ds_redis cookbook is no longer recommended.
ds_redis (4) Versions 1.0.2 Follow0
Install, configure, and run a Redis server
cookbook 'ds_redis', '= 1.0.2', :supermarket
knife supermarket install ds_redis
knife supermarket download ds_redis
ds_redis Chef cookbook
A cookbook to install & configure Redis. Based on work originally done by Benjamin Black (@b).
Overview
Redis, a fast lightweight database
Recipes
-
default
- Install Redis from archive, configure using attributes, and enable + start via a system service.
Attributes
All attributes are in the node['redis']
namespace.
Attribute | Description |
---|---|
['version'] |
The version of Redis you wish to install |
['url'] |
The URL pointing to an archive of Redis. |
['service_name'] |
The name of the system service that manages Redis |
['service_user'] |
Username that Redis runs under |
['service_group'] |
Group that Redis runs under |
['prefix_root'] |
The root path to where Redis will be installed. Based on ark cookbook attribute. |
['prefix_bin'] |
The path to the Redis binaries. Based on ark cookbook attribute. |
['prefix_home'] |
The path to the Redis install home. Based on ark cookbook attribute. |
['config_path'] |
Path to the Redis config file |
['config'] |
A hash of config values for Redis. Are written as "key value" directly into the config file. See the template for details. |
Author
Author:: Dark Sky (devops@darksky.net)
License
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Dependent cookbooks
apt >= 6.1 |
ark ~> 3.1 |
magic ~> 1.5 |
poise-service ~> 1.5 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
CHANGELOG for ds_redis cookbook
v1.0.2
- Add missing
save
default Redis config (#2) - Automate testing using Travis (#1)
- Use
apt
cookbook instead of directly callingapt_update
v1.0.1
- Ensure
apt
is updated - Update docs & tests per rename
v1.0.0
Based on code downloaded from https://supermarket.chef.io/cookbooks/redis
- Rename to
ds_redis
- Install Redis v3.2.11 from official archive
- Enable & start Redis as a service using
poise-service
- Use the default configuration, save for 3 changes:
-
supervised systemd
, b/c we are running this under SystemD - Set a
logfile
, so we log somewhere - Set
dir
to a value other than the default of Redis’ own directory
-
License Metric
1.0.2 passed this metric
1.0.2 passed this metric