You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/java/com/launchdarkly/client/RedisFeatureStore.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public class RedisFeatureStore implements FeatureStore {
47
47
* @param port the port for the Redis connection
48
48
* @param prefix a namespace prefix for all keys stored in Redis
49
49
* @param cacheTimeSecs an optional timeout for the in-memory cache. If set to 0, no in-memory caching will be performed
50
-
* @deprecated as of X. Please use the {@link com.launchdarkly.client.RedisFeatureStore#RedisFeatureStore(RedisFeatureStoreBuilder)} constructor for a more
50
+
* @deprecated as of 1.1. Please use the {@link com.launchdarkly.client.RedisFeatureStore#RedisFeatureStore(RedisFeatureStoreBuilder)} constructor for a more
51
51
* flexible way of creating the FeatureStore.
52
52
*/
53
53
@Deprecated
@@ -62,7 +62,7 @@ public RedisFeatureStore(String host, int port, String prefix, long cacheTimeSec
62
62
* @param uri the URI for the Redis connection
63
63
* @param prefix a namespace prefix for all keys stored in Redis
64
64
* @param cacheTimeSecs an optional timeout for the in-memory cache. If set to 0, no in-memory caching will be performed
65
-
* @deprecated as of X. Please use the {@link com.launchdarkly.client.RedisFeatureStore#RedisFeatureStore(RedisFeatureStoreBuilder)} constructor for a more
65
+
* @deprecated as of 1.1. Please use the {@link com.launchdarkly.client.RedisFeatureStore#RedisFeatureStore(RedisFeatureStoreBuilder)} constructor for a more
66
66
* flexible way of creating the FeatureStore.
67
67
*/
68
68
@Deprecated
@@ -78,7 +78,7 @@ public RedisFeatureStore(URI uri, String prefix, long cacheTimeSecs) {
78
78
* @param prefix a namespace prefix for all keys stored in Redis
79
79
* @param cacheTimeSecs an optional timeout for the in-memory cache. If set to 0, no in-memory caching will be performed
80
80
* @param poolConfig an optional pool config for the Jedis connection pool
81
-
* @deprecated as of X. Please use the {@link com.launchdarkly.client.RedisFeatureStore#RedisFeatureStore(RedisFeatureStoreBuilder)} constructor for a more
81
+
* @deprecated as of 1.1. Please use the {@link com.launchdarkly.client.RedisFeatureStore#RedisFeatureStore(RedisFeatureStoreBuilder)} constructor for a more
82
82
* flexible way of creating the FeatureStore.
83
83
*/
84
84
@Deprecated
@@ -96,7 +96,7 @@ public RedisFeatureStore(String host, int port, String prefix, long cacheTimeSec
96
96
* @param prefix a namespace prefix for all keys stored in Redis
97
97
* @param cacheTimeSecs an optional timeout for the in-memory cache. If set to 0, no in-memory caching will be performed
98
98
* @param poolConfig an optional pool config for the Jedis connection pool
99
-
* @deprecated as of X. Please use the {@link com.launchdarkly.client.RedisFeatureStore#RedisFeatureStore(RedisFeatureStoreBuilder)} constructor for a more
99
+
* @deprecated as of 1.1. Please use the {@link com.launchdarkly.client.RedisFeatureStore#RedisFeatureStore(RedisFeatureStoreBuilder)} constructor for a more
100
100
* flexible way of creating the FeatureStore.
101
101
*/
102
102
@Deprecated
@@ -114,7 +114,7 @@ public RedisFeatureStore(URI uri, String prefix, long cacheTimeSecs, JedisPoolCo
0 commit comments