You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# LaunchDarkly Server-Side SDK for Node.js - Redis integration
2
2
3
+
# :warning: Important note
4
+
5
+
This integration in this does not work with version 8.0+ of the Node.js Server-Side SDK. Future development of this integration will be done here [node-server-sdk-redis](https://github.com/launchdarkly/js-core/tree/main/packages/store/node-server-sdk-redis). Please note the package has also been renamed from `launchdarkly-node-server-sdk-redis` to `@launchdarkly/node-server-sdk-redis`.
6
+
7
+
As mentioned in the [node server sdk changelog](https://github.com/launchdarkly/node-server-sdk/blob/main/CHANGELOG.md), the `launchdarkly-node-server-sdk` project has been renamed to `@launchdarkly/node-server-sdk`. All future releases will be made from the [new repository](https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node). Please consider upgrading and filing potential requests in that repository's [issue tracker](https://github.com/launchdarkly/js-core/issues?q=is%3Aissue+is%3Aopen+label%3A%22package%3A+sdk%2Fserver-node%22+sort%3Aupdated-desc).
This library provides a Redis-backed persistence mechanism (feature store) for the [LaunchDarkly Node.js SDK](https://github.com/launchdarkly/node-server-sdk), replacing the default in-memory feature store. The underlying Redis client implementation is [Node Redis](https://www.npmjs.com/package/redis).
0 commit comments