summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorElizabeth Mattijsen <liz@dijkmat.nl>2005-08-10 06:01:24 +0000
committerElizabeth Mattijsen <liz@dijkmat.nl>2005-08-10 06:01:24 +0000
commit54c9113bf84a9a1d53d0bc8044133574068763c2 (patch)
tree23d90031440f57553dc00fd7043fc26054b229b1 /ChangeLog
parent146ba544fc61859b91db0d0e581b0f87061cfbb6 (diff)
downloadmemcached-54c9113bf84a9a1d53d0bc8044133574068763c2.tar.gz
+2005-08-09
+ * Elizabeth Mattijsen <liz@dijkmat.nl>: needed a way to flush all + memcached backend servers, but not at exactly the same time (to + reduce load peaks), I've added some simple functionality to the + memcached protocol in the "flush_all" command that allows you to + specify a time at which the flush will actually occur (instead of + always at the moment the "flush_all" command is received). + 2005-05-25 git-svn-id: http://code.sixapart.com/svn/memcached/trunk@243 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 768cc83..dce3ead 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-09
+ * Elizabeth Mattijsen <liz@dijkmat.nl>: needed a way to flush all
+ memcached backend servers, but not at exactly the same time (to
+ reduce load peaks), I've added some simple functionality to the
+ memcached protocol in the "flush_all" command that allows you to
+ specify a time at which the flush will actually occur (instead of
+ always at the moment the "flush_all" command is received).
+
2005-05-25
* patch from Peter van Dijk <peter@nextgear.nl> to make
stderr unbuffered, for running under daemontools