Skip to content

Commit 74705da

Browse files
committed
Merge remote-tracking branch 'origin/refactor-reactive-mget-method' into refactor-reactive-mget-method
2 parents 9d7dddb + bcb2885 commit 74705da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/lettuce/core/cluster/RedisAdvancedClusterReactiveCommandsImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ public Flux<KeyValue<K, V>> mget(K... keys) {
256256

257257
@SuppressWarnings({ "unchecked", "rawtypes" })
258258
public Flux<KeyValue<K, V>> mget(Iterable<K> keys) {
259-
260259
List<K> keyList = LettuceLists.newList(keys);
261260
Map<Integer, List<K>> partitioned = SlotHash.partition(codec, keyList);
262261

0 commit comments

Comments
 (0)