summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-09-22 11:37:16 +0200
committerantirez <antirez@gmail.com>2010-09-22 11:37:16 +0200
commitd7554adadedd91eb4a2f4477e6d052f86cf72bef (patch)
tree3e896a1c29605b750d6dda919f0c1cf54a96f516
parent70a08f00d7abe44bd5a3eebe3085ac82395590be (diff)
downloadredis-2.0.2-stable.tar.gz
release notes modified for 2.0.2 againv2.0.2-stable2.0.2
-rw-r--r--00-RELEASENOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 318fa4f26..872957c37 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -9,6 +9,8 @@ This is a bugfix release, with the followign changes:
overbooking, so we try hard to prevent a lot of copy on write, but
avoiding to trigger pathological hash table performances of O(N) instead
of O(1).
+ - Fixed expired keys counter in INFO output. It was not counting keys
+ force-expired due to max-memory limit reached.
Ciao,
Salvatore