- Notifications
You must be signed in to change notification settings - Fork7
Getting started on managing Redis Cache in C#
License
Azure-Samples/redis-cache-dotnet-manage-cache
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
page_type | languages | products | extensions | ||||||
---|---|---|---|---|---|---|---|---|---|
sample |
|
|
|
Azure Redis sample for managing Redis Cache:
- Create a Redis Cache and print out hostname.
- Get access keys.
- Regenerate access keys.
- Create another 2 Redis Caches with Premium Sku.
- List all Redis Caches in a resource group – for each cache with Premium Sku:
- set Redis patch schedule to Monday at 5 am.
- update shard count.
- enable non-SSL port.
- modify max memory policy and reserved settings.
- restart it.
- Clean up all resources.
To run this sample:
Set the environment variableAZURE_AUTH_LOCATION
with the full path for an auth file. Seehow to create an auth file.
git clone https://github.com/Azure-Samples/redis-cache-dotnet-manage-cache.gitcd redis-cache-dotnet-manage-cachedotnet buildbin\Debug\net452\ManageRedis.exe
Azure Management Libraries for C#Azure .Net Developer CenterIf you don't have a Microsoft Azure subscription you can get a FREE trial accounthere
This project has adopted theMicrosoft Open Source Code of Conduct. For more information see theCode of Conduct FAQ or contactopencode@microsoft.com with any additional questions or comments.
About
Getting started on managing Redis Cache in C#
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.