mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #12199 from michaelminter/master
remove sentence err
This commit is contained in:
commit
233c6d4c29
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ This is the default cache store implementation.
|
|||
|
||||
### ActiveSupport::Cache::MemCacheStore
|
||||
|
||||
This cache store uses Danga's `memcached` server to provide a centralized cache for your application. Rails uses the bundled `dalli` gem by default. This is currently the most popular cache store for production websites. It can be used to provide a single, shared cache cluster with very a high performance and redundancy.
|
||||
This cache store uses Danga's `memcached` server to provide a centralized cache for your application. Rails uses the bundled `dalli` gem by default. This is currently the most popular cache store for production websites. It can be used to provide a single, shared cache cluster with very high performance and redundancy.
|
||||
|
||||
When initializing the cache, you need to specify the addresses for all memcached servers in your cluster. If none is specified, it will assume memcached is running on the local host on the default port, but this is not an ideal set up for larger sites.
|
||||
|
||||
|
|
Loading…
Reference in a new issue