Hacker News new | ask | show | jobs
by jrochkind1 2666 days ago
In Rails work, two of the most common things it might be used for are: 1) A data cache, 2) a queue of work for background jobs.

This only scratches the surface of what is possible, but it's some things redis is used for.