Skip to content

Instantly share code, notes, and snippets.

@shanbhardwaj
Created February 17, 2010 19:45
Show Gist options
  • Save shanbhardwaj/306947 to your computer and use it in GitHub Desktop.
Save shanbhardwaj/306947 to your computer and use it in GitHub Desktop.
defaults:
ttl: 1800
readonly: false
urlencode: false
c_threshold: 10000
compression: true
debug: false
namespace: <%= @app_name %>
sessions: false
session_servers: false
fragments: true
memory: 64
servers: localhost:11211
benchmarking: true
raise_errors: true
fast_hash: false
fastest_hash: false
<%= @node[:environment][:framework_env] %>:
memory: 64
benchmarking: false
sessions: false
fragments: true
<% unless @server_names.nil? %>
servers:
- <%= @server_names.join(":11211\n - ") %>:11211
- <%= @server_names.join(":11212\n - ") %>:11212
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment