redis

computer-science

Mastering Distributed Locks: Redlock Mutexes in Multi-Server Setup

This blog post delves into the advanced implementation of Redlock mutexes in distributed systems, exploring their crucial role in ensuring data consistency and preventing race conditions in multi-server environments.

Read
web-dev

Class method locking mechanisms in multi-server setup | How to manage multiple app replicas (instances)

We’ll learn how to use synchronisation mechanisms such as mutex and lock in order to execute desired class method only once in multi-server setup.

Read
infrastructure

Syncing PostgreSQL tables with ElasticSearch using Docker

Let's talk about how to sync data between PostgreSQL and ElasticSearch easily (or not).

Read