proxy.golang.org : github.com/launchdarkly/go-server-sdk-redis-go-redis : v1.0.0-beta.1
Package ldredis provides a Redis-backed persistent data store for the LaunchDarkly Go SDK. For more details about how and why you can use a persistent data store, see: https://docs.launchdarkly.com/sdk/concepts/data-stores To use the Redis data store with the LaunchDarkly client: The default configuration uses an address of localhost:6379. You may customize the configuration by using the methods of the ldredis.DataStoreBuilder returned by ldredis.DataStore(): Note that CacheSeconds() is not a method of ldredis.DataStoreBuilder, but rather a method of ldcomponents.PersistentDataStore(), because the caching behavior is provided by the SDK for all database integrations. For advanced customization of the underlying go-redis client, use the Options method with ldredis.DataStore(). Note that some Redis client features can also be specified as part of the URL. If you are also using Redis for other purposes, the data store can coexist with other data as long as you are not using the same keys. By default, the keys used by the data store will always start with "launchdarkly:"; you can change this to another prefix if desired using the ldredis.DataStoreBuilder's Prefix method.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/launchdarkly/[email protected]
Published:
Indexed:
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/google/uuid v1.1.1
- github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f
- github.com/josharian/intern v1.0.0
- github.com/launchdarkly/ccache v1.1.0
- github.com/launchdarkly/eventsource v1.6.2
- github.com/launchdarkly/go-jsonstream/v3 v3.0.0
- github.com/launchdarkly/go-sdk-common/v3 v3.0.0
- github.com/launchdarkly/go-sdk-events/v2 v2.0.0
- github.com/launchdarkly/go-semver v1.0.2
- github.com/launchdarkly/go-server-sdk-evaluation/v2 v2.0.1
- github.com/launchdarkly/go-server-sdk/v6 v6.0.1
- github.com/launchdarkly/go-test-helpers/v3 v3.0.2
- github.com/mailru/easyjson v0.7.6
- github.com/patrickmn/go-cache v2.1.0+incompatible
- github.com/pmezard/go-difflib v1.0.0
- github.com/redis/go-redis/v9 v9.0.2
- github.com/stretchr/testify v1.8.1
- golang.org/x/exp v0.0.0-20220823124025-807a23277127
- golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
- gopkg.in/yaml.v3 v3.0.1