Skip to content

Commit

Permalink
chore: add beta notice
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Feb 10, 2023
1 parent b67f54c commit acdbf65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![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)

_This version of the SDK is a beta version and should not be considered ready for production use while this message is visible._

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.

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.
Expand Down

0 comments on commit acdbf65

Please sign in to comment.