Company
Date Published
Oct. 2, 2018
Author
Eli Bishop
Word count
237
Language
English
Hacker News points
None

Summary

LaunchDarkly has added native Redis feature store support to its .NET SDK, providing a persistent store for feature flag configurations. The Redis feature store can be used in two ways: with a regular connection to LaunchDarkly or with the LaunchDarkly Relay Proxy in daemon mode. In both scenarios, the feature flags are stored in Redis and retrieved using an in-memory read-through cache for improved performance. The Redis feature store is available as a separate NuGet package and its source code is published online. This addition complements the existing Redis support across all other server-side SDKs offered by LaunchDarkly.