Skip to content

Commit acdbf65

Browse files
committed
chore: add beta notice
1 parent b67f54c commit acdbf65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Circle CI](https://circleci.com/gh/launchdarkly/go-server-sdk-redis-go-redis.svg?style=shield)](https://circleci.com/gh/launchdarkly/go-server-sdk-redis-go-redis) [![Documentation](https://img.shields.io/static/v1?label=go.dev&message=reference&color=00add8)](https://pkg.go.dev/github.com/launchdarkly/go-server-sdk-redis-go-redis)
44

5+
_This version of the SDK is a beta version and should not be considered ready for production use while this message is visible._
6+
57
This library provides a [Redis](https://redis.io/)-backed persistence mechanism (data store) for the [LaunchDarkly Go SDK](https://github.com/launchdarkly/go-server-sdk), replacing the default in-memory data store.
68

79
The Redis client implementation it uses is [`go-redis`](https://github.com/redis/go-redis). This distinguishes it from the other Go SDK Redis integration, [`go-server-sdk-redis-redigo`](https://github.com/launchdarkly/go-server-sdk-redis-redigo), which uses the [`redigo`](https://github.com/gomodule/redigo) client (therefore the two projects have somewhat long and repetitive names). The main difference between the two is that `go-redis` supports cluster mode and `redigo` does not.

0 commit comments

Comments
 (0)