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

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

There is a newer version: 5.3.0-beta1
Show 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 - 2025 Weber Informatics LLC | Privacy Policy