You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-27
Original file line number
Diff line number
Diff line change
@@ -4,44 +4,46 @@ languages:
4
4
- java
5
5
products:
6
6
- azure
7
-
- azure-redis-cache
8
-
description: "Azure Redis sample for managing Redis Cache."
9
-
urlFragment: redis-java-manage-cache
7
+
extensions:
8
+
- services: Rediscache
9
+
- platforms: java
10
10
---
11
11
12
-
# Manage Redis Cache (Java)
13
-
14
-
Azure Redis sample for managing Redis Cache.
15
-
16
-
- Create a Redis Cache and print out hostname.
17
-
- Get access keys.
18
-
- Regenerate access keys.
19
-
- Create another 2 Redis Caches with Premium Sku.
20
-
- List all Redis Caches in a resource group – for each cache with Premium Sku:
21
-
- set Redis patch schedule to Monday at 5 am.
22
-
- update shard count.
23
-
- enable non-SSL port.
24
-
- modify max memory policy and reserved settings.
25
-
- restart it.
26
-
- Clean up all resources.
12
+
# Getting Started with Rediscache - Manage Redis Cache - in Java #
13
+
14
+
15
+
Azure Redis sample for managing Redis Cache:
16
+
- Create a Redis Cache and print out hostname.
17
+
- Get access keys.
18
+
- Regenerate access keys.
19
+
- Create another 2 Redis Caches with Premium Sku.
20
+
- List all Redis Caches in a resource group – for each cache with Premium Sku:
21
+
- set Redis patch schedule to Monday at 5 am.
22
+
- update shard count.
23
+
- enable non-SSL port.
24
+
- modify max memory policy and reserved settings.
25
+
- restart it.
26
+
- Clean up all resources.
27
27
28
28
29
-
## Running this sample
29
+
## Running this Sample ##
30
30
31
31
To run this sample:
32
32
33
33
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
45
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
46
+
47
+
---
46
48
47
-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
49
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
0 commit comments