Redis

How To Install and Secure Redis on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Redis on Rocky Linux 9

Redis is an open-source, in-memory key-value data store which excels at caching. Redis is a *non-relational* database known for its flexibility, performance, scalability, and wide language support. This tutorial covers a few settings that can boost the security of a standalone Redis installation on Rocky Linux 9.

Read more
How to Set Up a Redis Server as a Session Handler for PHP on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up a Redis Server as a Session Handler for PHP on Ubuntu 14.04

Redis is an open source key-value cache and storage system, also referred to as a data structure server for its advanced support for several data types, such as hashes, lists, sets, and bitmaps, amongst others. It also supports clustering, which makes it often used for highly-available and scalable environments. In this tutorial, we’ll see how to install and configure an external Redis server to be used as a session handler for a PHP application running on Ubuntu 14.04.

Read more
How To Connect to a Redis Database — step-by-step Linux tutorial on Progressive Robot

How To Connect to a Redis Database

Whether you’ve installed Redis locally or you’re working with a remote instance, you need to connect to it in order to perform certain operations. In this tutorial we will go over how to connect to Redis from the command line, how to authenticate and test your connection, as well as how to close a Redis connection.

Read more
How To Manage Lists in Redis — step-by-step Linux tutorial on Progressive Robot

How To Manage Lists in Redis

In Redis, a list is a collection of strings sorted by the order in which they were inserted unless otherwise specified, similar to linked lists. This tutorial details how to create lists and retrieve and delete elements from lists.

Read more
Добавление Sidekiq и Redis в приложение Ruby on Rails — step-by-step Databases tutorial on Progressive Robot

Добавление Sidekiq и Redis в приложение Ruby on Rails

При разработке приложения Ruby on Rails могут возникнуть такие задачи приложения, которые должны выполняться асинхронно. Обработка данных, массовая рассылка электронной почты, взаимодействие с внешними API и другие подобные задачи могут выполняться…

Read more
Установка и обеспечение безопасности Redis в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка и обеспечение безопасности Redis в Ubuntu 20.04

Предыдущая версия данного обучающего руководства была написана Джастином Эллингвудом Redis — это быстрое хранилище данных типа «ключ‑значение», известное своей гибкостью, производительностью и…

Read more
CHAT