From 7b7badcefbd70e07c5d0a42f26039b7fafaa0ae3 Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Tue, 27 Feb 2024 10:18:31 +0000 Subject: [PATCH] Support `HeartbeatConsistencyChecks` in `Clone()` --- docs/ReleaseNotes.md | 3 ++- src/StackExchange.Redis/ConfigurationOptions.cs | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 6b2643998..eacd06b2b 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -7,7 +7,8 @@ Current package versions: | [![StackExchange.Redis](https://img.shields.io/nuget/v/StackExchange.Redis.svg)](https://www.nuget.org/packages/StackExchange.Redis/) | [![StackExchange.Redis](https://img.shields.io/nuget/vpre/StackExchange.Redis.svg)](https://www.nuget.org/packages/StackExchange.Redis/) | [![StackExchange.Redis MyGet](https://img.shields.io/myget/stackoverflow/vpre/StackExchange.Redis.svg)](https://www.myget.org/feed/stackoverflow/package/nuget/StackExchange.Redis) | ## Unreleased -No pending unreleased changes. + +- Support `HeartbeatConsistencyChecks` in `Clone()` ([#2657 by mgravell](https://github.com/StackExchange/StackExchange.Redis/pull/2657)) ## 2.7.23 diff --git a/src/StackExchange.Redis/ConfigurationOptions.cs b/src/StackExchange.Redis/ConfigurationOptions.cs index 0cb8f1a78..deffaa4dd 100644 --- a/src/StackExchange.Redis/ConfigurationOptions.cs +++ b/src/StackExchange.Redis/ConfigurationOptions.cs @@ -721,6 +721,7 @@ public static ConfigurationOptions Parse(string configuration, bool ignoreUnknow setClientLibrary = setClientLibrary, LibraryName = LibraryName, Protocol = Protocol, + heartbeatConsistencyChecks = heartbeatConsistencyChecks, }; ///