Skip to content

Instantly share code, notes, and snippets.

@nkokkos
Created September 16, 2014 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nkokkos/4f8c8d56bba3762a11fa to your computer and use it in GitHub Desktop.
Save nkokkos/4f8c8d56bba3762a11fa to your computer and use it in GitHub Desktop.
cache_store.yml and redis.yml files
#cache_store.yml file:
production:
cache_store: redis_store
servers:
- redis://localhost
database: 1
#redis.yml file:
production:
servers:
- redis://localhost
database: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment