Skip to content

Commit

Permalink
Support HeartbeatConsistencyChecks in Clone()
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Feb 27, 2024
1 parent 7bec9df commit 7b7badc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/StackExchange.Redis/ConfigurationOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ public static ConfigurationOptions Parse(string configuration, bool ignoreUnknow
setClientLibrary = setClientLibrary,
LibraryName = LibraryName,
Protocol = Protocol,
heartbeatConsistencyChecks = heartbeatConsistencyChecks,
};

/// <summary>
Expand Down

0 comments on commit 7b7badc

Please sign in to comment.