Show HN: Redis Utils – Node.js-based utils to deal with large Redis databases (github.com) 31 points by nicolasbistolfi 6y ago ↗ HN
[–] nicolasbistolfi 6y ago ↗ We found that when you have a huge set of keys on Redis it is best to use SCAN and asynchronous operations or you'll block your database.Operations on Redis utils right now are Count, Set Expire, Migrate, and Oldest Key.
1 comment
[ 3.2 ms ] story [ 13.2 ms ] threadOperations on Redis utils right now are Count, Set Expire, Migrate, and Oldest Key.