Skip to content

Commit 385275b

Browse files
tishunjkrauze
andauthored
fix(2971): spublish typo fix (#2972) (#2975)
fixing #2971 Co-authored-by: Jedrzej Krauze <[email protected]>
1 parent 83f459a commit 385275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/lettuce/core/pubsub/RedisPubSubReactiveCommandsImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public Mono<Map<K, Long>> pubsubShardNumsub(K... shardChannels) {
161161

162162
@Override
163163
public Mono<Long> spublish(K shardChannel, V message) {
164-
return createMono(() -> commandBuilder.publish(shardChannel, message));
164+
return createMono(() -> commandBuilder.spublish(shardChannel, message));
165165
}
166166

167167
@Override

0 commit comments

Comments
 (0)