launchdarkly / dotnet-server-sdk-redis

Redis integration for the LaunchDarkly SDK for Server-side .NET
Other
2 stars 3 forks source link
c-sharp csharp dotnet feature-flags feature-toggles launchdarkly launchdarkly-sdk launchdarkly-sdk-component managed-by-terraform redis

LaunchDarkly Server-Side SDK for .NET - Redis integration

NuGet CircleCI Documentation

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:

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.

About LaunchDarkly