https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6942
--- Comment #25 from Henrik Krohns <[email protected]> --- (In reply to Mark Martinec from comment #24) > > $r->hset($_, "h", 9000); > $r->hset($_, "s", 200000); > $r->expire($_, 3024000); > mem: 178.2 bytes/key Duh, for some reason I never did this because of "hash keys don't support expire". But of course hash itself does. This could be the simplest way to do, I doubt the small memory increase bothers anyone. -- You are receiving this mail because: You are the assignee for the bug.
