LaunchDarkly.ServerSdk.Redis
5.1.1
Prefix Reserved
dotnet add package LaunchDarkly.ServerSdk.Redis --version 5.1.1
NuGet\Install-Package LaunchDarkly.ServerSdk.Redis -Version 5.1.1
<PackageReference Include="LaunchDarkly.ServerSdk.Redis" Version="5.1.1" />
<PackageVersion Include="LaunchDarkly.ServerSdk.Redis" Version="5.1.1" />
<PackageReference Include="LaunchDarkly.ServerSdk.Redis" />
paket add LaunchDarkly.ServerSdk.Redis --version 5.1.1
#r "nuget: LaunchDarkly.ServerSdk.Redis, 5.1.1"
#:package LaunchDarkly.ServerSdk.Redis@5.1.1
#addin nuget:?package=LaunchDarkly.ServerSdk.Redis&version=5.1.1
#tool nuget:?package=LaunchDarkly.ServerSdk.Redis&version=5.1.1
LaunchDarkly Server-Side SDK for .NET - Redis integration
This library provides a Redis-backed persistence mechanism (data store) for the LaunchDarkly .NET SDK, replacing the default in-memory data store. The underlying Redis client implementation is StackExchange.Redis.
For more information, see also: Using Redis as a persistent feature store.
Version 5.0.0 and above of this library works with version 8.0.0 and above of the LaunchDarkly .NET SDK. For earlier versions of the SDK, see the changelog for which version of this library to use.
It has a dependency on StackExchange.Redis version 2.0.513. If you are using a higher version of StackExchange.Redis, you should install it explicitly as a dependency in your application to override this minimum version.
For full usage details and examples, see the API reference.
Supported .NET versions
This version of the library is built for the following targets:
- .NET Framework 4.6.2: works in .NET Framework of that version or higher.
- .NET Standard 2.0: works in .NET Core 3.x, .NET 6.x, or in a library targeted to .NET Standard 2.x.
The .NET build tools should automatically load the most appropriate build of the library for whatever platform your application or library is targeted to.
Signing
The published version of this assembly is both digitally signed by LaunchDarkly and strong-named.
Building the code locally in the default Debug configuration does not sign the assembly and does not require a key file.
Contributing
We encourage pull requests and other contributions from the community. Check out our contributing guidelines for instructions on how to contribute to this project.
Verifying build provenance with the SLSA framework
LaunchDarkly uses the SLSA framework (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published packages. To learn more, see the provenance guide.
About LaunchDarkly
- LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard. With LaunchDarkly, you can:
- Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
- Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
- Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
- Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
- LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read our documentation for a complete list.
- Explore LaunchDarkly
- launchdarkly.com for more information
- docs.launchdarkly.com for our documentation and SDK reference guides
- apidocs.launchdarkly.com for our API documentation
- blog.launchdarkly.com for the latest product updates
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- LaunchDarkly.ServerSdk (>= 8.0.0 && < 9.0.0)
- StackExchange.Redis (>= 2.0.513)
-
.NETStandard 2.0
- LaunchDarkly.ServerSdk (>= 8.0.0 && < 9.0.0)
- StackExchange.Redis (>= 2.0.513)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.