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

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

The newest version!
package redis.clients.jedis;

import redis.clients.jedis.util.SafeEncoder;

public abstract class JedisPubSub extends JedisPubSubBase {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy