summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2009-03-02 05:46:04 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2009-03-02 05:46:04 +0000
commita605a8fe085f207092f2e330cf1e738d58c75f70 (patch)
treefd4c47ee36c18dbf62182beea147fac826609b23 /docs
parenta08267bf6ad365f523c5c3c71ba995a3251f3a9e (diff)
Small edit to the caching docs.
Turns out, super-lightning is not faster than normal lightning. :-) git-svn-id: http://code.djangoproject.com/svn/django/trunk@9949 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 92e0c9c044..06b2cbe2e0 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -63,7 +63,7 @@ dramatically increase site performance.
Memcached is available for free at http://danga.com/memcached/ . It runs as a
daemon and is allotted a specified amount of RAM. All it does is provide an
-interface -- a *super-lightning-fast* interface -- for adding, retrieving and
+interface -- a *lightning-fast* interface -- for adding, retrieving and
deleting arbitrary data in the cache. All data is stored directly in memory,
so there's no overhead of database or filesystem usage.