Cómo instalar y proteger Redis en Ubuntu 20.04
Justin Ellingwood escribió una versión anterior de este tutorial. Redis es un sistema de almacenamiento claves-valores en memoria conocido por su flexibilidad, su rendimiento y su soporte…
Justin Ellingwood escribió una versión anterior de este tutorial. Redis es un sistema de almacenamiento claves-valores en memoria conocido por su flexibilidad, su rendimiento y su soporte…
In Redis, sorted sets are a data type similar to sets in that both are non repeating groups of strings. The difference is that each member of a sorted set is associated with a score, allowing them to be sorted or ranked from the smallest score to the greatest. This tutorial explains how to create sorted sets, retrieve and remove their members, and create new sorted sets from existing ones.
MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL. This quickstart tutorial will explain how to install MariaDB on an Ubuntu 20.04 server, and verify that it is running and has a safe initial configuration.
Der Autor hat Girls Who Code dazu ausgewählt, im Rahmen des Programms Write for DOnations eine Spende zu erhalten. Ein [Binary Large Object…
Learn how to effortlessly upload files to object storage using the AWS C++ SDK. Follow our guide for seamless integration and storage!
Redis est une base de données de valeurs-clés en mémoire renommée pour sa flexibilité, ses performances et son vaste support linguistique. Ce didacticiel de démarrage rapide est conçu pour vous apprendre à installer, configurer et sécuriser Redis sur un…
MongoDB es una base de datos de documentos NoSQL gratuita y de código abierto utilizada comúnmente en las aplicaciones web modernas. Siguiendo este tutorial, instalará MongoDB en un servidor Ubuntu 20.04 usando los repositorios APT predeterminados. También aprenderá a administrar su servicio y a habilitar opcionalmente el acceso remoto.
Brian Boucheron escribió una versión anterior de este tutorial. MariaDB es un sistema de administración relacional de bases de datos de código abierto, que comúnmente se utiliza como…
This tutorial outlines how to update an existing replica set to use keyfile authentication. The procedure involved in this guide will also ensure that the replica set doesn’t go through any downtime, so the data within the replica set will remain available for any clients or applications that need access to it.
MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses SQL (Structured Query Language) to manage its data. This tutorial will explain how to install MySQL on an Ubuntu 20.04 server.