Skip to content

Commit 8ef0c1b

Browse files
authored
Setting the next release to be 6.4.x as part of #2880 (#2881)
* Bump version of lettuce-core to 6.4.0 * Change all @SInCE notations to match the next release 6.4.x and also fixed two typos in the API JavaDoc * Fixed formatting issues
1 parent cb8ea7b commit 8ef0c1b

37 files changed

+568
-568
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.lettuce</groupId>
55
<artifactId>lettuce-core</artifactId>
6-
<version>7.0.0.BUILD-SNAPSHOT</version>
6+
<version>6.4.0.BUILD-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lettuce</name>

src/main/java/io/lettuce/core/KillArgs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public static KillArgs user(String username) {
167167
*
168168
* @return new {@link KillArgs} with {@literal MAXAGE} set.
169169
* @see KillArgs#maxAge(Long)
170-
* @since 7.0
170+
* @since 6.4
171171
*/
172172
public static KillArgs maxAge(Long maxAge) {
173173
return new KillArgs().maxAge(maxAge);
@@ -259,7 +259,7 @@ public KillArgs type(Type type) {
259259
*
260260
* @param maxAge must not be {@code null}.
261261
* @return {@code this} {@link KillArgs}.
262-
* @since 7.0
262+
* @since 6.4
263263
*/
264264
public KillArgs maxAge(Long maxAge) {
265265

src/main/java/io/lettuce/core/ScanIterator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static <K, V> ScanIterator<KeyValue<K, V>> hscan(RedisHashCommands<K, V>
113113
* @param <K> Key type.
114114
* @param <V> Value type.
115115
* @return a new {@link ScanIterator}.
116-
* @since 7.0
116+
* @since 6.4
117117
*/
118118
public static <K, V> ScanIterator<K> hscanNovalues(RedisHashCommands<K, V> commands, K key) {
119119
return hscanNovalues(commands, key, Optional.empty());
@@ -147,7 +147,7 @@ public static <K, V> ScanIterator<KeyValue<K, V>> hscan(RedisHashCommands<K, V>
147147
* @param <K> Key type.
148148
* @param <V> Value type.
149149
* @return a new {@link ScanIterator}.
150-
* @since 7.0
150+
* @since 6.4
151151
*/
152152
public static <K, V> ScanIterator<K> hscanNovalues(RedisHashCommands<K, V> commands, K key, ScanArgs scanArgs) {
153153

src/main/java/io/lettuce/core/ScanStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public static <K, V> Flux<KeyValue<K, V>> hscan(RedisHashReactiveCommands<K, V>
114114
* @param <K> Key type.
115115
* @param <V> Value type.
116116
* @return a new {@link Flux}.
117-
* @since 7.0
117+
* @since 6.4
118118
*/
119119
public static <K, V> Flux<K> hscanNovalues(RedisHashReactiveCommands<K, V> commands, K key) {
120120
return hscanNovalues(commands, key, Optional.empty());
@@ -148,7 +148,7 @@ public static <K, V> Flux<KeyValue<K, V>> hscan(RedisHashReactiveCommands<K, V>
148148
* @param <K> Key type.
149149
* @param <V> Value type.
150150
* @return a new {@link Flux}.
151-
* @since 7.0
151+
* @since 6.4
152152
*/
153153
public static <K, V> Flux<K> hscanNovalues(RedisHashReactiveCommands<K, V> commands, K key, ScanArgs scanArgs) {
154154

src/main/java/io/lettuce/core/XReadArgs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public static <K> StreamOffset<K> latest(K name) {
189189
*
190190
* @param name must not be {@code null}.
191191
* @return the {@link StreamOffset} object without a specific offset.
192-
* @since 7.0
192+
* @since 6.4
193193
*/
194194
public static <K> StreamOffset<K> last(K name) {
195195

src/main/java/io/lettuce/core/api/async/BaseRedisAsyncCommands.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public interface BaseRedisAsyncCommands<K, V> {
9191
*
9292
* @param shardChannels channel keys.
9393
* @return array-reply a list of channels and number of subscribers for every channel.
94-
* @since 7.0
94+
* @since 6.4
9595
*/
9696
RedisFuture<Map<K, Long>> pubsubShardNumsub(K... shardChannels);
9797

@@ -108,7 +108,7 @@ public interface BaseRedisAsyncCommands<K, V> {
108108
* @param shardChannel the shard channel type: key.
109109
* @param message the message type: value.
110110
* @return Long integer-reply the number of clients that received the message.
111-
* @since 7.0
111+
* @since 6.4
112112
*/
113113
RedisFuture<Long> spublish(K shardChannel, V message);
114114

src/main/java/io/lettuce/core/api/async/RedisHashAsyncCommands.java

Lines changed: 78 additions & 78 deletions
Large diffs are not rendered by default.

src/main/java/io/lettuce/core/api/async/RedisKeyAsyncCommands.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public interface RedisKeyAsyncCommands<K, V> {
107107
*
108108
* @param key the key.
109109
* @param seconds the seconds type: long.
110-
* @param expireArgs the expire arguments.
110+
* @param expireArgs the expiry arguments.
111111
* @return Boolean integer-reply specifically: {@code true} if the timeout was set. {@code false} if {@code key} does not
112112
* exist or the timeout could not be set.
113113
* @since 6.2
@@ -130,7 +130,7 @@ public interface RedisKeyAsyncCommands<K, V> {
130130
*
131131
* @param key the key.
132132
* @param seconds the seconds.
133-
* @param expireArgs the expire arguments.
133+
* @param expireArgs the expiry arguments.
134134
* @return Boolean integer-reply specifically: {@code true} if the timeout was set. {@code false} if {@code key} does not
135135
* exist or the timeout could not be set.
136136
* @since 6.2
@@ -152,7 +152,7 @@ public interface RedisKeyAsyncCommands<K, V> {
152152
*
153153
* @param key the key.
154154
* @param timestamp the timestamp type: posix time.
155-
* @param expireArgs the expire arguments.
155+
* @param expireArgs the expiry arguments.
156156
* @return Boolean integer-reply specifically: {@code true} if the timeout was set. {@code false} if {@code key} does not
157157
* exist or the timeout could not be set (see: {@code EXPIRE}).
158158
* @since 6.2
@@ -174,7 +174,7 @@ public interface RedisKeyAsyncCommands<K, V> {
174174
*
175175
* @param key the key.
176176
* @param timestamp the timestamp type: posix time.
177-
* @param expireArgs the expire arguments.
177+
* @param expireArgs the expiry arguments.
178178
* @return Boolean integer-reply specifically: {@code true} if the timeout was set. {@code false} if {@code key} does not
179179
* exist or the timeout could not be set (see: {@code EXPIRE}).
180180
* @since 6.2
@@ -197,7 +197,7 @@ public interface RedisKeyAsyncCommands<K, V> {
197197
*
198198
* @param key the key.
199199
* @param timestamp the timestamp type: posix time.
200-
* @param expireArgs the expire arguments.
200+
* @param expireArgs the expiry arguments.
201201
* @return Boolean integer-reply specifically: {@code true} if the timeout was set. {@code false} if {@code key} does not
202202
* exist or the timeout could not be set (see: {@code EXPIRE}).
203203
* @since 6.2
@@ -324,7 +324,7 @@ public interface RedisKeyAsyncCommands<K, V> {
324324
*
325325
* @param key the key.
326326
* @param milliseconds the milliseconds type: long.
327-
* @param expireArgs the expire arguments.
327+
* @param expireArgs the expiry arguments.
328328
* @return integer-reply, specifically: {@code true} if the timeout was set. {@code false} if {@code key} does not exist or
329329
* the timeout could not be set.
330330
* @since 6.2
@@ -347,7 +347,7 @@ public interface RedisKeyAsyncCommands<K, V> {
347347
*
348348
* @param key the key.
349349
* @param milliseconds the milliseconds.
350-
* @param expireArgs the expire arguments.
350+
* @param expireArgs the expiry arguments.
351351
* @return integer-reply, specifically: {@code true} if the timeout was set. {@code false} if {@code key} does not exist or
352352
* the timeout could not be set.
353353
* @since 6.2
@@ -369,7 +369,7 @@ public interface RedisKeyAsyncCommands<K, V> {
369369
*
370370
* @param key the key.
371371
* @param timestamp the milliseconds-timestamp type: posix time.
372-
* @param expireArgs the expire arguments.
372+
* @param expireArgs the expiry arguments.
373373
* @return Boolean integer-reply specifically: {@code true} if the timeout was set. {@code false} if {@code key} does not
374374
* exist or the timeout could not be set (see: {@code EXPIRE}).
375375
* @since 6.2
@@ -391,7 +391,7 @@ public interface RedisKeyAsyncCommands<K, V> {
391391
*
392392
* @param key the key.
393393
* @param timestamp the milliseconds-timestamp type: posix time.
394-
* @param expireArgs the expire arguments.
394+
* @param expireArgs the expiry arguments.
395395
* @return Boolean integer-reply specifically: {@code true} if the timeout was set. {@code false} if {@code key} does not
396396
* exist or the timeout could not be set (see: {@code EXPIRE}).
397397
* @since 6.2
@@ -413,7 +413,7 @@ public interface RedisKeyAsyncCommands<K, V> {
413413
*
414414
* @param key the key.
415415
* @param timestamp the milliseconds-timestamp type: posix time.
416-
* @param expireArgs the expire arguments.
416+
* @param expireArgs the expiry arguments.
417417
* @return Boolean integer-reply specifically: {@code true} if the timeout was set. {@code false} if {@code key} does not
418418
* exist or the timeout could not be set (see: {@code EXPIRE}).
419419
* @since 6.2

src/main/java/io/lettuce/core/api/async/RedisScriptingAsyncCommands.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public interface RedisScriptingAsyncCommands<K, V> {
9494
* @param values the values.
9595
* @param <T> expected return type.
9696
* @return script result.
97-
* @since 7.0
97+
* @since 6.4
9898
*/
9999
<T> RedisFuture<T> evalReadOnly(String script, ScriptOutputType type, K[] keys, V... values);
100100

src/main/java/io/lettuce/core/api/reactive/BaseRedisReactiveCommands.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public interface BaseRedisReactiveCommands<K, V> {
9191
*
9292
* @param shardChannels channel keys.
9393
* @return array-reply a list of channels and number of subscribers for every channel.
94-
* @since 7.0
94+
* @since 6.4
9595
*/
9696
Mono<Map<K, Long>> pubsubShardNumsub(K... shardChannels);
9797

@@ -108,7 +108,7 @@ public interface BaseRedisReactiveCommands<K, V> {
108108
* @param shardChannel the shard channel type: key.
109109
* @param message the message type: value.
110110
* @return Long integer-reply the number of clients that received the message.
111-
* @since 7.0
111+
* @since 6.4
112112
*/
113113
Mono<Long> spublish(K shardChannel, V message);
114114

0 commit comments

Comments
 (0)