https://github.com/remy727/rails_memcache
Building a Rails 5 Application with Memcache
https://github.com/remy727/rails_memcache
Last synced: 7 months ago
JSON representation
Building a Rails 5 Application with Memcache
- Host: GitHub
- URL: https://github.com/remy727/rails_memcache
- Owner: remy727
- Created: 2022-01-10T10:06:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T09:22:41.000Z (over 3 years ago)
- Last Synced: 2025-01-10T11:42:02.388Z (9 months ago)
- Language: Ruby
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Building a Rails 5 Application with Memcache
#### Prerequisites
#### Create your application
#### Deploy to Heroku
#### Install the MemCachier add-on and configure caching
```bash
$ heroku addons:create memcachier:dev
```#### Add some functionality
#### Add some caching
#### Expiring the cache
#### Built-in Rails caching
1. Fragment caching
2. Action caching
3. Session caching