From 993ccd84df670f99ff25bdc2cd9bdd623dee24d6 Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Sun, 27 Nov 2011 17:36:53 -0700 Subject: Bug: #741090: cas cache can grow unbounded. Default now is that the cache is not used, unless the "Client()" object is created with "cache_cas=True". In that case, you need to have your own cas clearing code, a simple one would be to use Client().reset_cas() to completely clear the cas_ids cache. Problem pointed out by Shaun Cutts. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e3f89f3..4387de6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ + * Bug: #741090: cas cache can grow unbounded. Default now is that the + cache is not used, unless the "Client()" object is created with + "cache_cas=True". In that case, you need to have your own cas clearing + code, a simple one would be to use Client().reset_cas() to completely + clear the cas_ids cache. Problem pointed out by Shaun Cutts. + * Bug: #794456: Spaces in memcache keynames Now allow spaces in keys. Proposed by cpaetzel. -- cgit v1.2.1