Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

Redis - DesignLinux

  • designlinux
  • 0 Comments
    • Tutorial
How to Install and Configure Redis on Ubuntu 20.04

Redis is an open-source in-memory key-value data store. It can be used as a database, cache and, message broker, and supports various data structures such as Strings, Hashes, Lists, Sets, and more. Redis provides high availability via Redis Sentinel and automatic partitioning across multiple Redis nodes with Redis Cluster. This tutorial describes how to install

Read More
May 29 2020
  • designlinux
  • 0 Comments
    • CentOS
    • Redis Server
How to Setup Redis Replication (with Cluster-Mode Disabled) in CentOS 8 – Part 1

Redis (Remote Dictionary Server) is a very popular and widely-used open source, fast, distributed and efficient in-memory key-value database/data structure server. It offers a rich set of features that make it effective for a wide range of use cases: as a database, caching layer, message broker, or queue; applicable in web applications, chat and messaging

Read More
May 29 2020
  • designlinux
  • 0 Comments
    • CentOS
    • Redis Server
How to Setup Redis For High Availability with Sentinel in CentOS 8 – Part 2

Redis provides high availability via Redis Sentinel distributed system. Sentinel helps to monitor Redis instances, detect failures and will do roles switches automatically thus enabling a Redis deployment to resist any kind of failures. It features monitoring of Redis instances (master and replicas), supports notification of other services/processes or the system administrator via a script,

Read More
May 29 2020
  • designlinux
  • 0 Comments
    • CentOS
    • Redis Server
How to Setup a Redis Cluster in CentOS 8 – Part 3

Redis Cluster is a builtin Redis feature that supports automatic sharding, replication and high availability which was previously implemented using Sentinels. It is designed for two major purposes: one is to automatically split your dataset among multiple instances and secondly to provide some degree of availability during partitions, to continue operations when some instances (especially

Read More
Popular Post
  • How to Install Skype on Arch Linux
  • How to Check the PostgreSQL Version
  • Du Command in Linux
  • How to Start, Stop, or Restart Nginx
  • How to Install Shutter Screenshot Tool in Ubuntu 20.04
  • Echo Command in Linux with Examples
  • Bash Case Statement
  • How to List Cron Jobs in Linux
  • How to Boost the Productivity with Sublime Text Snippets
  • How to Change Hostname on Ubuntu 20.04
Recent Posts
  • How to Install Flask in Ubuntu 20.04
  • How to Setup CentOS Stream from AWS Marketplace
  • How to Create a KVM Virtual Machine Template
  • How to Install Different PHP (5.6, 7.x and 8.0) Versions in Ubuntu
  • Find and Replace in Vim / Vi
  • How to Set Up High Availability for Resource Manager – Part 6
  • How to Create Virtual Machines in KVM Using Virt-Manager
  • How to Manage Virtual Machines in KVM Using Virt-Manager
  • How to Install Apache CouchDB in Ubuntu 20.04
  • How to Install Apache Kafka in CentOS/RHEL 7
Recent Comments
    Popular Tags
    apache Arch Linux Tips bash cassandra centos CentOS Tips commandline tools composer database debian Debian Tips Fedora Tips Hadoop Tips java kernel KVM Tips linux distros Linux IDE Editors Linux Mint Tips linux server monitoring Linux Tricks loop mariadb maven memcached mysql MySQL Tips Networking Tips nginx Nginx Tips open source tools php postgresql python Python Data Structure rdp Redis RHEL Tips security ssh ssl terminal ubuntu Ubuntu Tips vim
    Archives
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    Categories
    • Android
    • Ansible
    • Apache
    • Arch Linux
    • AWS
    • Backups
    • Bash Shell
    • CentOS
    • CentOS Stream
    • Cloud Software
    • CMS
    • Control Panels
    • CouchDB
    • Data Recovery Tools
    • Databases
    • Debian
    • Development Tools
    • Drupal
    • Editors
    • Fedora
    • Firewalls
    • GIMP
    • Hadoop
    • HAProxy
    • Joomla
    • Kali Linux
    • KDE
    • Kubernetes
    • KVM
    • Laravel
    • Linux Commands
    • Linux Distros
    • Linux IDE
    • Linux Mint
    • Linux Talks
    • Lubuntu
    • Mail Server
    • Manjaro
    • MariaDB
    • MongoDB
    • Monitoring Tools
    • MySQL
    • Network
    • Networking Commands
    • NFS
    • Nginx
    • Nodejs
    • Open Source
    • OpenSUSE
    • Package Managers
    • Pentoo
    • PHP
    • Podman
    • Postfix Mail Server
    • PostgreSQL
    • Python
    • Questions
    • RedHat
    • Redis Server
    • Security
    • Shell Scripting
    • SSH
    • Storage
    • Top Tools
    • Torrent Clients
    • Tutorial
    • Ubuntu
    • VirtualBox
    • Virtualization
    • VMware
    • VPN
    • Web Browsers
    • Web Hosting
    • Web Servers
    • Windows
    • Windows Subsystem
    • WordPress
    • Zorin OS
    Visits
    • 0
    • 0
    • 14,792

    DesignLinux.com © All rights reserved