https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6942
--- Comment #24 from Mark Martinec <[email protected]> --- > but see the following: > $r->hset($_, "h", 9000); > $r->hset($_, "s", 200000); > mem: 133.1 bytes/key !!! Sorry, that number was measured without the $r->expire. Here are the figures again: $r->setex($_, 3024000, "ab"); mem: 162.2 bytes/key $r->setex($_, 3024000, "abcdefgh"); mem: 170.2 bytes/key $r->hset($_, "h", 9000); $r->hset($_, "s", 200000); $r->expire($_, 3024000); mem: 178.2 bytes/key -- You are receiving this mail because: You are the assignee for the bug.
