Skip to content

essentialkaos/rds

Code Climate Maintainability Codacy badge GitHub Actions CI Status GitHub Actions CodeQL Status

Usage demoInstallationUsageCI StatusContributingLicense

RDS is a tool for Redis orchestration.

Usage demo

demo

Installation

Important

We highly recommend you checkout Requirements before RDS installation. It can save you from useless work.

sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo dnf install rds rds-sync redis70

Run sudo rds go command and follow the instructions. Check out the FAQ section of our wiki for common questions about using RDS.

About Redis versions

RDS supports the next versions of Redis and Sentinel:

  • 6.2.x
  • 7.0.x
  • 7.2.x ← ʀᴇᴄᴏᴍᴍᴇɴᴅᴇᴅ
  • 7.4.x

RDS packages do not have Redis as a dependency, so you can install it from any source (package, sources, prebuilt binaries…).

ESSENTIAL KAOS YUM/DNF Repository provides pinned (pinned to a specific version, for example, 7.2.x) and unpinned versions of the Redis package:

  • redis
  • redis62
  • redis70
  • redis72 ← ʀᴇᴄᴏᴍᴍᴇɴᴅᴇᴅ
  • redis74

Usage

CI Status

Branch Status
master CI
develop CI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0