How I took down my site and then fixed it with MemoLock.
TL;DR
When you do simple reads/writes to a cache, you risk having a ton of database queries when your cache expires (which can have disastrous effects). With MemoLock, only one process fetches while every other process waits. You can find a Redis Mem...
blog.lucas-simon.com4 min read