Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.46 KB

File metadata and controls

22 lines (18 loc) · 1.46 KB
title Manage Azure Cache for Redis with Azure CLI
description Azure CLI samples for managing Azure Cache for Redis: Create a cache, deleting a cache, get cache details, hostname, ports and keys, connecting a web app.
ms.devlang azurecli
ms.topic article
ms.date 03/11/2022
appliesto
✅ Azure Cache for Redis
ms.custom devx-track-azurecli

Manage Azure Cache for Redis with Azure CLI

[!INCLUDE cache-retirement-alert]

The following table includes links to bash scripts built using the Azure CLI.

Create cache Description
Create and manage a cache Creates a resource group and a basic tier Azure Cache for Redis. It then gets details of an Azure Cache for Redis instance, including provisioning status, the hostname, ports, and keys for an Azure Cache for Redis instance. Finally, it deletes the cache.
Create and manage a premium cache with clustering Creates a resource group and a premium tier cache with clustering enabled. It then gets details of an Azure Cache for Redis instance, including provisioning status, the hostname, ports, and keys for an Azure Cache for Redis instance. Finally, it deletes the cache.

For more information about the Azure CLI, see Install the Azure CLI and Get started with Azure CLI.