diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-15 16:09:40 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-15 16:09:40 -0700 |
commit | fd290fc3f9a40a0d3be4e4ffc7d11846bf5295b8 (patch) | |
tree | f8195551fabc58d95272f980bd0f6cf423870763 /README | |
parent | 177e4adf40bd41fc711c91fc6d16729b7f1b5796 (diff) |
allow a configured base for cache keys
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1106,6 +1106,13 @@ database data in memcached <http://www.danga.com/memcached/>. enabled: Set to true to enable. Default false. server: a string with the hostname of the memcached server. Can also be an array of hostnames, if you've got more than one server. +base: memcached uses key-value pairs to store data. We build long, + funny-looking keys to make sure we don't have any conflicts. The + base of the key is usually a simplified version of the site name + (like "Identi.ca" => "identica"), but you can overwrite this if + you need to. You can safely ignore it if you only have one + Laconica site using your memcached server. +port: Port to connect to; defaults to 11211. sphinx ------ |