top | item 21605418 Show HN: Redis Utils – Node.js-based utils to deal with large Redis databases 31 points| nicolasbistolfi | 6 years ago |github.com 1 comment order hn newest nicolasbistolfi|6 years 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.
nicolasbistolfi|6 years 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.
nicolasbistolfi|6 years ago
Operations on Redis utils right now are Count, Set Expire, Migrate, and Oldest Key.