All Downloads are FREE. Search and download functionalities are using the official Maven repository.

redis.clients.jedis.BinaryJedisShardedPubSub Maven / Gradle / Ivy

There is a newer version: 5.3.0-beta1
Show newest version
package redis.clients.jedis;

public abstract class BinaryJedisShardedPubSub extends JedisShardedPubSubBase {

  @Override
  protected final byte[] encode(byte[] raw) {
    return raw;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy