az-redis
Verified for current stable LTS
Az Redis Command: Export Redis Cache Data
Use for export redis cache data with Az Redis. Exact CLI syntax to export redis cache data using Az Redis.
When to use this: Use for export redis cache data with Az Redis.
Command Syntax
az redis export --container <container> --file-format <file-format> -n <name> --prefix <prefix> -g <resource_group> az redis export --container <container> --file-format <file-format> -n <name> --prefix <prefix> -g <resource_group> Command Breakdown
--container- Command Option
- Tool-specific option used by this command invocation.
--file-format- Command Option
- Tool-specific option used by this command invocation.
-n- Command Option
- Tool-specific option used by this command invocation.
--prefix- Command Option
- Tool-specific option used by this command invocation.
-g- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to export redis cache data using Az Redis.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Az Redis Command: Create Redis Cache
az redis create --location <location> -n <name> -g <resource_group> --sku <Basic|Premium|Standard> --vm-size <c0|c1|c2|c3|c4|c5|c6|p1|p2|p3|p4|p5> Az Redis Command: Delete Redis Cache az redis delete -n <name> -g <resource_group> -y Az Redis Command: Export Redis Cache az redis export --container <container> --file-format <file-format> -n <name> --prefix <prefix> -g <resource_group> Az Redis Command: Update Redis Cache az redis update -n <name> -g <resource_group> --sku <Basic|Premium|Standard> --vm-size <c0|c1|c2|c3|c4|c5|c6|p1|p2|p3|p4|p5> Az Storage Blob Command: Download Blob az storage blob download --account-name <account_name> --account-key <account_key> -c <container_name> -n <blob_name> -f <path/to/file>