Redis availability and CAP theorem
In CAP theorem, Redis is specified as a database which lacks availability (which has partition tolerance and consistency). But there are many places where Redis is considered as a high availability key-value store. What is right? I would be thankful…