Skip to content

Commit 2a64982

Browse files
authored
Update README.md
1 parent 94f1449 commit 2a64982

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

README.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,44 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Rediscache - Manage Redis Cache - in Java"
7+
- azure-redis-cache
8+
description: "Azure Redis sample for managing Redis Cache."
89
urlFragment: redis-java-manage-cache
910
---
1011

11-
# Getting Started with Rediscache - Manage Redis Cache - in Java #
12-
13-
14-
Azure Redis sample for managing Redis Cache:
15-
- Create a Redis Cache and print out hostname.
16-
- Get access keys.
17-
- Regenerate access keys.
18-
- Create another 2 Redis Caches with Premium Sku.
19-
- List all Redis Caches in a resource group – for each cache with Premium Sku:
20-
- set Redis patch schedule to Monday at 5 am.
21-
- update shard count.
22-
- enable non-SSL port.
23-
- modify max memory policy and reserved settings.
24-
- restart it.
25-
- Clean up all resources.
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.
2627

2728

28-
## Running this Sample ##
29+
## Running this sample
2930

3031
To run this sample:
3132

3233
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).
3334

34-
git clone https://github.com/Azure-Samples/redis-java-manage-cache.git
35+
```bash
36+
git clone https://github.com/Azure-Samples/redis-java-manage-cache.git
37+
cd redis-java-manage-cache
38+
mvn clean compile exec:java
39+
```
3540

36-
cd redis-java-manage-cache
37-
38-
mvn clean compile exec:java
39-
40-
## More information ##
41+
## More information
4142

4243
[http://azure.com/java](http://azure.com/java)
4344

44-
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-
46-
---
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).
4746

4847
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 [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)