TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Show HN: Redis Utils – Node.js-based utils to deal with large Redis databases
31 points
by
nicolasbistolfi
over 5 years ago
1 comment
nicolasbistolfi
over 5 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.<p>Operations on Redis utils right now are Count, Set Expire, Migrate, and Oldest Key.