redis
redis/redis · ★ 76k · C
Redis is an extremely fast, in-memory data store most commonly used as a high-performance cache, message broker, and session manager. It solves the problem of slow application performance by keeping frequently accessed data in RAM, avoiding slower queries to a primary disk-based database.
Verdict Redis is the industry-standard in-memory data store for a reason. It's blazingly fast, remarkably versatile, and battle-tested at a massive scale.
Full review →