Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/refactor-reactive-mget-method' i…
Browse files Browse the repository at this point in the history
…nto refactor-reactive-mget-method
  • Loading branch information
ori0o0p committed Dec 2, 2024
2 parents 9d7dddb + bcb2885 commit 74705da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ public Flux<KeyValue<K, V>> mget(K... keys) {

@SuppressWarnings({ "unchecked", "rawtypes" })
public Flux<KeyValue<K, V>> mget(Iterable<K> keys) {

List<K> keyList = LettuceLists.newList(keys);
Map<Integer, List<K>> partitioned = SlotHash.partition(codec, keyList);

Expand Down

0 comments on commit 74705da

Please sign in to comment.