search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Az Redis Commands
6 az-redis entries
Limited to 100 results
az-redis 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 Operations
Az Redis Command: Create Redis Cache Instance
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 Operations
Az Redis Command: Delete Redis Cache
az redis delete -n <name> -g <resource_group> -y az-redis Containers
Az Redis Command: Export Redis Cache
az redis export --container <container> --file-format <file-format> -n <name> --prefix <prefix> -g <resource_group> az-redis Containers
Az Redis Command: Export Redis Cache Data
az redis export --container <container> --file-format <file-format> -n <name> --prefix <prefix> -g <resource_group> az-redis Operations
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>