Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 0b8a53f

Browse files
authored
Add new location/package notice to readme. (#17)
1 parent a9f6cce commit 0b8a53f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# LaunchDarkly Server-Side SDK for Node.js - Redis integration
22

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).
8+
39
[![CircleCI](https://circleci.com/gh/launchdarkly/node-server-sdk-redis.svg?style=svg)](https://circleci.com/gh/launchdarkly/node-server-sdk-redis)
410

511
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

Comments
 (0)