mirror of https://github.com/rails/rails
Update Memcached website to its new one at http://memcached.org/.
This commit is contained in:
parent
e34e4d4330
commit
df5c9fd9f4
|
@ -11,7 +11,7 @@ require 'active_support/core_ext/string/encoding'
|
|||
module ActiveSupport
|
||||
module Cache
|
||||
# A cache store implementation which stores data in Memcached:
|
||||
# http://www.danga.com/memcached/
|
||||
# http://memcached.org/
|
||||
#
|
||||
# This is currently the most popular cache store for production websites.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue