Redis – Distributed database which allows custom CRDT merging
I‘m rather new to distributed databases, though I have already studied related literature (e.g. CAP theorem, CRDT) and implemented some POC to allow scaling my application horizontally. Now I however face a challenging problem. In ordere to scale the app…