Update Memcached website to its new one at http://memcached.org/.

This commit is contained in:
Cheah Chu Yeow 2011-11-11 17:07:02 +08:00
parent e34e4d4330
commit df5c9fd9f4
1 changed files with 1 additions and 1 deletions

View File

@ -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.
#