Redis is an in-memory cache or key-value store. You can save the keys and values and access them very fast as it resides in memory. You can also persist the data in the disk as it provides an option for the same. One of the most famous ways to use Redis is its clustering mode.
Category: Tooling in Devops
How to save your monitoring metrics in Prometheus vs Graphite.
Hey everyone in this article of tooling in DevOps we will talk about how we can save our monitoring metrics and use them to visualize in fancy graphs. Let’s say we have metrics of how much time our servers are taking to serve any request. Now we want to save it in some time series
Tooling in DevOps: Installing Graphite for monitoring data.
In this article of series tooling in DevOps, we will talk about the database to keep the time series data which is very important to collect metrics. Graphite is one such database to keep time-series data. Why Graphite? Well, you want you monitoring data to be stored somewhere so you can explore it and draw
Tooling in Devops: Using Terraform For Automating Infrastructure
This is the start of a new series of articles and this series is known as Tooling in Devops. In these articles, I will talk about tools that can be used in infrastructure, monitoring, logging, alerting and more such stuff. We will see how to use these tool and how they will help you in