Hacker News new | past | comments | ask | show | jobs | submit login

Redis is not a drop-in replacement for an SQL server. It's more like a RAM based key value store with better data type options than "just string" and it's also like a swiss army knife. In a generic Rails/Laravel/MVC setup you could use redis to handle one or all of: sessions, cache, queue, pubsub, (probably more), effectively lifting the burden from your SQL server.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: