https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6942
--- Comment #27 from Henrik Krohns <[email protected]> --- (In reply to Mark Martinec from comment #26) > > > $r->hset($_, "h", 9000); > > 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. > > Unfortunately this approach rules out the elegant MGET in tok_get_all, > which does it all in one command. Using the hash would require two > (pipelined) calls for each token. No best solution for everything :( Well.. unless.. we use some lua simplification. ;-) -- You are receiving this mail because: You are the assignee for the bug.
