Skip to content

Commit 9aa3d3c

Browse files
authored
Merge pull request #303280 from flang-msft/fxl---correct-port-details
Fxl---correct port details--ado-- BUG 33917167
2 parents 4bf23d8 + bf632b3 commit 9aa3d3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/redis/migrate/migrate-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Here are some other differences that aren't covered by the previous mapping. Con
5454
| DNS suffix (only for PROD cloud) | `.redis.cache.windows.net` | `<region>.redis.azure.net` |
5555
| TLS port | 6380 | 10000 |
5656
| Non-TLS port | 6379 | Not supported |
57-
| Individual node TLS ports | 130XX | 85xx |
58-
| Individual node non-TLS port | 150XX | Not supported |
57+
| Individual node TLS ports | 13XXX | 85xx |
58+
| Individual node non-TLS port | 15XXX | Not supported |
5959
| Clustering support | OSS clustering mode | OSS and Enterprise cluster modes |
6060
| Unsupported commands | Unsupported commands | Multi-key commands |
6161
| Regional availability | All Azure regions | * See the list of regions after this section. |

articles/redis/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following table helps describe some of the features supported by tier:
117117
118118
### Other considerations when picking a tier
119119

120-
- **Network performance**: If you have a workload that requires high throughput, network bandwidth might cause a bottleneck. You can increase bandwidth by moving up to a higher performance tier or by moving to a large instance size. Larger size instances have more bandwidth because of the underlying VM that hosts the cache. Higher bandwidth limits help you avoid network saturation that cause time-outs in your application. For more information on bandwidth performance, see [Performance testing](best-practices-performance.md)
120+
- **Network performance**: If you have a workload that requires high throughput, network bandwidth might cause a bottleneck. You can increase bandwidth by moving up to a higher performance tier or by moving to a large instance size. Larger size instances have more bandwidth because of the underlying VM that hosts the cache. Higher bandwidth limits help you avoid network saturation that causes timeouts in your application. For more information on bandwidth performance, see [Performance testing](best-practices-performance.md)
121121
- **Maximum number of client connections**: Each SKU has a maximum number of client connections. This limit increases with higher performance tiers and larger instances sizes. The following table shows the maximum client connections allowed per Azure Managed Redis SKU.
122122

123123

0 commit comments

Comments
 (0)