Skip to content

Commit 040e22f

Browse files
committed
Added new information
1 parent eac382a commit 040e22f

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

articles/redis/aspnet-output-cache-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Configure the attributes in the first column with the values from your cache in
5959
| _host* | string | "localhost" | The Redis server IP address or host name |
6060
| _port_ | positive integer | 6379 (non-TLS/SSL)<br/>6380 (TLS/SSL)<br/>10000 for Redis Enterprise and Azure Managed Redis | Redis server port |
6161
| _accessKey_ | string | "" | Redis server password when Redis authorization is enabled. The value is an empty string by default, which means the session state provider doesn't use any password when it connects to Redis server. **If your Redis server is in a publicly accessible network like Azure Cache for Redis, be sure to enable Redis authorization to improve security, and provide a secure password.** |
62-
| _ssl_ | boolean | **false** | Whether to connect to Redis server via TLS. This value is **false** by default because Redis doesn’t support TLS by default. **If you're using Azure Cache for Redis, which supports SSL by default, be sure to set this value to true to improve security.**<br/><br/>The non-TLS port is disabled by default for new caches. Specify **true** for this setting to use the non-TLS port. For more information about enabling the non-TLS port, see the [Access Ports](/azure/azure-cache-for-redis/cache-configure.md#access-ports). |
62+
| _ssl_ | boolean | **false** | Whether to connect to Redis server via TLS. This value is **false** by default because Redis doesn’t support TLS by default. **If you're using Azure Cache for Redis, which supports SSL by default, be sure to set this value to true to improve security.**<br/><br/>The non-TLS port is disabled by default for new caches. Specify **true** for this setting to use the non-TLS port. For more information about enabling the non-TLS port, see the [Access Ports](/azure/azure-cache-for-redis/cache-configure#access-ports). |
6363
| _databaseIdNumber_ | positive integer | 0 | _This attribute can be specified only through either web.config or AppSettings._<br/><br/>Specify which Redis database to use. |
6464
| _connectionTimeoutInMilliseconds_ | positive integer | Provided by StackExchange.Redis | Used to set _ConnectTimeout_ when creating StackExchange.Redis.ConnectionMultiplexer. |
6565
| _operationTimeoutInMilliseconds_ | positive integer | Provided by StackExchange.Redis | Used to set _SyncTimeout_ when creating StackExchange.Redis.ConnectionMultiplexer. |

articles/redis/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ sections:
4343
questions:
4444
- question: Which Azure Cache for Redis services were deprecated?
4545
answer: |
46-
- Managed Cache service -[Managed Cache service](https://azure.microsoft.com/blog/azure-managed-cache-and-in-role-cache-services-to-be-retired-on-11-30-2016/) was retired November 30, 2016.
46+
- Managed Cache service - Managed Cache service was retired November 30, 2016.
4747
48-
- In-Role Cache - [In-Role Cache](https://azure.microsoft.com/blog/azure-managed-cache-and-in-role-cache-services-to-be-retired-on-11-30-2016/) was retired November 30, 2016.
48+
- In-Role Cache - In-Role Cache was retired November 30, 2016.
4949
5050
- name: General questions
5151
questions:

articles/redis/whats-new.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,35 @@ appliesto:
1010
- ✅ Azure Managed Redis
1111
---
1212

13-
# What's New in Azure Managed Redis (preview)
13+
# What's New in Azure Managed Redis
1414

15-
Find out what's new in Azure Managed Redis (preview).
15+
Find out what's new in Azure Managed Redis.
1616

1717
## May 2024
1818

19-
Azure Managed Redis is now Generally Available (GA) to create and use managed caches. Azure Managed Redis runs on the [Redis Enterprise](https://redis.io/technology/advantages/) stack, which offers significant advantages over the community edition of Redis.
19+
### Azure Managed Redis General Availability (GA)
2020

21-
Certain features in Azure Managed Redis are still in Public Preview.
21+
Azure Managed Redis is now generally gvailable (GA) for you to create and to use managed caches. Azure Managed Redis offers significant advantages over the Basic, Standard, and Premium tiers of Azure Cache for Redis.
22+
23+
Certain features remain in Public Preview.
24+
25+
- Scaling a cache
26+
- Data persistence
27+
- Non-clustered caches
28+
29+
All in-memory tiers that use over 120 GB of storage are in Public Preview, including:
30+
31+
- Memory Optimized M150 and higher
32+
- Balanced B150 and higher
33+
- Compute Optimized X150 and higher
34+
35+
All Flash Optimized tiers are in Public Preview.
2236

2337
## November 2024
2438

2539
### Azure Managed Redis (preview)
2640

27-
Azure Managed Redis (preview) is now available to create and use managed caches. Azure Managed Redis runs on the [Redis Enterprise](https://redis.io/technology/advantages/) stack, which offers significant advantages over the community edition of Redis.
41+
Azure Managed Redis (preview) is now available to create and use managed caches. Azure Managed Redis runs on the [Redis Enterprise](https://redis.io/technology/advantages/) stack, which offers significant advantages over the community edition of Redis.
2842

2943
Three tiers are for in-memory data:
3044

0 commit comments

Comments
 (0)