# README
Usage demo • Installation • Usage • CI Status • Contributing • License
RDS
is a tool for Redis orchestration.
Usage demo
Installation
[!IMPORTANT] We highly recommend you checkout Requirements before RDS installation. It can save you from useless work.
From ESSENTIAL KAOS DNF Repository
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 | |
develop |
Contributing
Before contributing to this project please read our Contributing Guidelines.