1 // Package datastore is an internal package containing implementation types for the SDK's data store 2 // implementations (in-memory vs. cached persistent store) and related functionality. These types are 3 // not visible from outside of the SDK. 4 // 5 // This does not include implementations of specific database integrations such as Redis. Those are 6 // implemented in separate repositories such as https://github.com/launchdarkly/go-server-sdk-redis-redigo. 7 package datastore 8