Skip to content

Instantly share code, notes, and snippets.

@manveru
Forked from stas/gist:1551336
Created January 2, 2012 16:49
Show Gist options
  • Save manveru/1551341 to your computer and use it in GitHub Desktop.
Save manveru/1551341 to your computer and use it in GitHub Desktop.
Ramaze::Cache.options.session = Ramaze::Cache::MemCache.using(
compression: false,
username: ENV['MEMCACHE_USERNAME'],
password: ENV['MEMCACHE_PASSWORD'],
servers: ENV['MEMCACHE_SERVERS'].split(','),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment