https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6942
--- Comment #30 from Mark Martinec <[email protected]> --- > - provides incremental automatic transition of old format into a new one With a little push using RANDOMKEY the automatic transition can even be expedited to be mostly done in a day or so - the same opportunistic approach as redis is internally using for expirations. Btw, replacing hgetall in tok_get_all by its pipelined version with our callback brings it almost up to speed with a previous MGET. Checking INFO on 'redis_version' or 'used_memory_lua' would allow us to use lua to expedite hincrby and multi-key expiration resets conditionally based on availability of lua. But even as it is the change in data representation does not seem to have much effect. -- You are receiving this mail because: You are the assignee for the bug.
