File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/StackExchange.Redis/Configuration Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Current package versions:
88
99## Unreleased
1010
11- No pending unreleased changes.
11+ - Update default Redis version from 4.0.0 to 6.0.0 for Azure Redis resources
1212
1313## 2.8.16
1414
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ public class AzureOptionsProvider : DefaultOptionsProvider
1616 public override bool AbortOnConnectFail => false ;
1717
1818 /// <summary>
19- /// The minimum version of Redis in Azure is 4 , so use the widest set of available commands when connecting.
19+ /// The minimum version of Redis in Azure is 6 , so use the widest set of available commands when connecting.
2020 /// </summary>
21- public override Version DefaultVersion => RedisFeatures . v4_0_0 ;
21+ public override Version DefaultVersion => RedisFeatures . v6_0_0 ;
2222
2323 /// <summary>
2424 /// List of domains known to be Azure Redis, so we can light up some helpful functionality
You can’t perform that action at this time.
0 commit comments