You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
Stash Redis Addon
Stash v2023.02.28
supports extending its functionality through addons. Stash Redis addon enables Stash to backup and restore Redis databases.
This guide will give you an overview of which Redis versions are supported and how the docs are organized.
Supported Redis Versions
Stash has the following addon versions for Redis:
Here, the addon follows M.M.P
versioning scheme where M.M.P
(Major.Minor.Patch) represents the respective database version.
Addon Version Compatibility
Any addon with matching major version with the database version should be able to take backup of that database. For example, Redis addon with version 6.x.x
should be able take backup of any Redis of 6.x.x
series. However, this might not be true for some versions. In that case, we will have separate addon for that version.
Documentation Overview
Stash Redis documentations are organized as below:
- How does it work? gives an overview of how backup and restore process for Redis database works in Stash.
- Helm managed Redis shows how to backup and restore a Helm managed Redis database.
- Auto-Backup shows how to configure a generic backup template for all the Redis databases of a cluster.
- Customizing Backup & Restore Process shows how to customize the backup & restore process.