This release brings support for Redis Sentinel and ElastiCache Serverless, as well as provides faster reconnection logic on network problems.

  • AddedRedisStorageOptions.UseExperimentalTransactions option for the new transaction implementation.
  • Added – Redis Sentinel support with primary server change detection.
  • Changed – Faster reconnection logic without waiting for pending commands on network problems.
  • Project – Add support to run test suite against Redis Cluster.
  • Project – Support building with the newest .NET 9.0 SDK.

Comments