Redis backup minimal CLI is single Use-Case tool to backup/restore redis database. Backup/Restore format is compatible with [Redis-Commander(https://github.com/joeferner/redis-commander)] Redis format format. It's fully client CLI tool, so you don't need any installation on server computer.
- Download installer: redis-backup-minimal-cli.setup
- Use as .NET tool:
dotnet tool install -g redis-backup-minimal-cli
- Download the source and build it yourself using dotnet.
redis-backup-minimal-cli --operation backup --fileName C:\\MyFolder\ --redis http://redis-backup-connection-url --keys firstkey:* secondKey:*
redis-backup-minimal-cli --operation restore --fileName C:\\MyFolder\ --redis http://redis-restore-connection-url --keys firstkey:* secondKey:*