Introduction Two weeks ago, I came across a Ragnarok X advertisement on my mobile. It was the #1 top-grossing game in the Google Play store, and the release date was recent on 18th June 2021. I visited the website and...
Deploy Redis Cluster using OpenShift Operator
Introduction Relational databases, such as MySQL and PostgreSQL, are utilized to store diverse data types for web applications or analytical studies. You might be familiar with Redis, an in-memory key-to-value database for cache and message broker. Unless your applications have…