Class 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