Skip to content

Instantly share code, notes, and snippets.

@ChrisLundquist
Created March 14, 2013 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisLundquist/5164692 to your computer and use it in GitHub Desktop.
Save ChrisLundquist/5164692 to your computer and use it in GitHub Desktop.
{ "run_list": [ "recipe[redis]"] }
sudo ./bin/chef-commando -j ./node.json -e "puts node.redis.inspect"
{"version"=>"2.4.8", "dir"=>"/usr/local/redis", "dirs"=>["bin", "etc", "log", "run"], "binaries"=>["redis-benchmark", "redis-cli", "redis-server", "redis-check-aof", "redis-check-dump"], "daemonize"=>"yes", "pidfile"=>"/usr/local/redis/run/redis.pid", "port"=>"6379", "bind"=>"0.0.0.0", "timeout"=>"300", "loglevel"=>"notice", "logfile"=>"/usr/local/redis/log/redis.log", "databases"=>"16", "appendonly"=>"no", "appendfsync"=>"everysec", "no_appendfsync_on_rewrite"=>"no", "vm_enabled"=>"no", "vm_swap_file"=>"/tmp/redis.swap", "vm_max_memory"=>"0", "vm_page_size"=>"32", "vm_pages"=>"134217728", "vm_max_threads"=>"4", "glueoutputbuf"=>"yes", "hash_max_zipmap_entries"=>"64", "hash_max_zipmap_value"=>"512", "activerehashing"=>"yes"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment