Skip to content

Instantly share code, notes, and snippets.

@bixu
Created February 9, 2011 19:43
Show Gist options
  • Save bixu/819125 to your computer and use it in GitHub Desktop.
Save bixu/819125 to your computer and use it in GitHub Desktop.
redis attributes
default[:redis][:redis_slave] = "#{node[:ipaddress]}"
default[:redis][:redis_master] = "#{search(:node, "*:*") do |matching_node|
matching_node.to_s
end}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment