Class RedisOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
redis.clients.jedis.util.RedisOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class RedisOutputStream extends FilterOutputStream
The class implements a buffered output stream without synchronization There are also special operations like in-place string encoding. This stream fully ignore mark/reset and should not be used outside Jedis