Redis

How To Implement PHP Rate Limiting with Redis on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Implement PHP Rate Limiting with Redis on Ubuntu 20.04

Redis (Remote Dictionary Server ) is an in-memory open source software. It is a data-structure store that uses a server’s RAM, which is several times faster than even the fastest Solid State Drive (SSD). This makes Redis highly responsive, and therefore, suitable for rate limiting. In this tutorial, you’ll implement a PHP script for rate limiting with Redis on an Ubuntu 20.04 server.

Read more
How To Migrate Redis Data to a managed databases — step-by-step Linux tutorial on Progressive Robot

How To Migrate Redis Data to a managed databases

Redis provides a number of methods one can use to migrate data from one instance to another, like replication and snapshotting. However, migrations can get complicated when you’re moving data to a Redis instance managed by a cloud provider, as managed databases tend to limit how much control you have over the database’s configuration. This tutorial outlines one method you can use to migrate data to a Redis instance managed by the cloud provider using Redis’s internal MIGRATE command.

Read more
How To Install and Configure Redis on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Redis on Ubuntu 16.04

Redis is an in-memory, key-value store known for its flexibility, performance, and wide language support. In this guide, we will demonstrate how to install and configure Redis on an Ubuntu 16.04 server. To complete this guide, you will need access to an…

Read more
CHAT