Cloud-native Redis server implemented in Elixir
-
Updated
Apr 27, 2021 - Elixir
Cloud-native Redis server implemented in Elixir
A bitcask inspired, replicated key-value store.
A distributed in-memory cache based on tree data-store that relies on a robust replication algorithm that uses the Publish-Subscribe model. It relies on the Observer Pattern, Prototype Pattern, Factory Pattern, and the Singleton Pattern, to demonstrate how Distributed Systems could work internally, to maintain data consistency. This application …
Add a description, image, and links to the replicated-cache topic page so that developers can more easily learn about it.
To associate your repository with the replicated-cache topic, visit your repo's landing page and select "manage topics."