On busy-bot-master redis db, the keys rsmq:PAST_UPVOTERS_QUEUE and rsmq:PAST_UPVOTERS_QUEUE:Q have each a size of 300K. It seem that these keys only get bigger and bigger and force a database upgrade too often. Can we workout a system to prune this data and keep a stable db size?
On busy-bot-master redis db, the keys
rsmq:PAST_UPVOTERS_QUEUE
andrsmq:PAST_UPVOTERS_QUEUE:Q
have each a size of 300K. It seem that these keys only get bigger and bigger and force a database upgrade too often. Can we workout a system to prune this data and keep a stable db size?