From ce7e5bb4a022031fa48271d4bc473b74b006e610 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Wed, 18 Jun 2025 09:59:48 +0800 Subject: [PATCH] added documentation --- rbcs-server-memcache/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rbcs-server-memcache/README.md b/rbcs-server-memcache/README.md index a5c3c0e..c25cec7 100644 --- a/rbcs-server-memcache/README.md +++ b/rbcs-server-memcache/README.md @@ -19,6 +19,8 @@ to `memcacheCacheType`. The plugins currently supports the following configuration attributes: - `max-age`: the amount of time cache entries will be retained on memcache +- `key-prefix`: a string that will be prepended to all the keys inserted in memcache, + useful in case the caching backend is shared with other applications - `digest`: digest algorithm to use on the key before submission to memcache (optional, no digest is applied if omitted) - `compression`: compression algorithm to apply to cache values before, @@ -35,6 +37,7 @@ The plugins currently supports the following configuration attributes: ...