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

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

The newest version!
package redis.clients.jedis;

public abstract class BinaryJedisPubSub extends JedisPubSubBase {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy