We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae76d40 commit cbcf0f3Copy full SHA for cbcf0f3
src/main/java/redis/clients/jedis/JedisShardedPubSubBase.java
@@ -94,7 +94,6 @@ private void process() {
94
final T enmesg = (bmesg == null) ? null : encode(bmesg);
95
onSMessage(enchannel, enmesg);
96
} else {
97
- System.out.println(redis.clients.jedis.util.SafeEncoder.encodeObject(resp));
98
throw new JedisException("Unknown message type: " + firstObj);
99
}
100
0 commit comments