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

Redis is incredible. I built a matchmaker with it as the sole data store and it has been a breeze to use. It's so simple to visualize data structures with it and I just can't see myself using any other in-memory data store. Also Redis Sentinel is fantastic.



What data structure can’t be used in memory?


Any data structure can be used in memory. I just like the abstractions that Redis provides me. It's really easy to visualize how the data is going to be organized.


And it's atomically available to multiple connections in your app.


What does Redis Sentinel do in a nutshell?


Provides high availability for Redis


It's a small monitoring program that checks a master/replica pair and alerts you or initiates a failover.




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

Search: