Skip to content

Instantly share code, notes, and snippets.

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 ralphotowo/fe8ec3d7ec10f510dbcc3120f16ce019 to your computer and use it in GitHub Desktop.
Save ralphotowo/fe8ec3d7ec10f510dbcc3120f16ce019 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