Best for
Cache, session, rate limit, queue-like state, counters, and short-lived fast access.Good as a speed layer next to PostgreSQL or MySQL, not as the only database.Teams choose it when the cache workload is a real product need.
Cache, session, rate limit, queue-like state, counters, and short-lived fast access.
You need the primary durable source of truth for orders, money, or compliance records.
Use it when the workload clearly matches; keep the first version operationally simple.
This page is educational first. Use the project workflow only when you are ready to turn the choice into evidence and a report.