Biohacker0corvus-ikshana.hashnode.dev·Oct 24, 2023crowRedis Data Replication , delving into distributed systems.How I implemented the data replication concept of master and worker previously known as master/slave architecture for distributed databases on my project crowRedis. If you want to know what have I done till now : Read the previous blog GitHub Link -...1 like·128 readsBioHacker0
Biohacker0corvus-ikshana.hashnode.dev·Oct 11, 2023Building a simple redis like data-store "crowRedis" in Python💡 This is a very simplistic example of how Redis/any datastore works, it is more like a simulation of its core features for me to learn how it works internally, it covers most of the core things but their implementation is in a very simple manner, I...3 likes·689 readsRedis