TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Redis Utils – Node.js-based utils to deal with large Redis databases

31 pointsby nicolasbistolfiover 5 years ago

1 comment

nicolasbistolfiover 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&#x27;ll block your database.<p>Operations on Redis utils right now are Count, Set Expire, Migrate, and Oldest Key.