Tag: redis

  • Using Redis: Software Architecture Overview

    Redis Overview Redis is primarily known as a go-to cache solution. It is blazingly fast, as it has a very limited set of IO operations and the primary source of data is RAM. Despite the reputation of “the cache”, Redis is widely used as a quick state. For example, if an organization has multiple services…

    Redis
  • 5 docker commands to install PostgreSQL (Postgis), MongoDB, MySQL, and Redis

    PostgreSQL where (you can change them on your choice): Hint: using  25432 (or any other rarely used) port prevents conflicts You also can install it directly to your machine using this guide PostgreSQL + Postgis Hint:  -d flag runs the container as a daemon: it starts in the background and you can continue working with the same terminal…