rackspace-cookbooks / redis-multi

Chef wrapper cookbook to create redis master/slave server setups
Apache License 2.0
6 stars 6 forks source link

Breaking change, no longer calls redisio #2

Closed martinb3 closed 10 years ago

martinb3 commented 10 years ago

This cookbook no longer calls the redisio::enable or redisio::default recipes directly, but provides wrappers like redis-multi::enable and redis-multi::default instead. You must now call them separately. This allows downstream users to set node['redisio'] directly after taking advantage of redis-multi.`