• Preparing search index...
  • The search index is not available
unit-redis-ness
  • unit-redis-ness
  • server/resp-server-context
  • <internal>
  • internal
  • pipeline

Function pipeline

  • pipeline<T>(stream1, stream2, callback?): T
  • Type Parameters

    • T extends WritableStream

    Parameters

    • stream1: ReadableStream
    • stream2: T
    • Optional callback: ((err) => void)
        • (err): void
        • Parameters

          • err: null | ErrnoException

          Returns void

    Returns T

    • Defined in node_modules/@types/node/stream.d.ts:300
  • pipeline<T>(stream1, stream2, stream3, callback?): T
  • Type Parameters

    • T extends WritableStream

    Parameters

    • stream1: ReadableStream
    • stream2: ReadWriteStream
    • stream3: T
    • Optional callback: ((err) => void)
        • (err): void
        • Parameters

          • err: null | ErrnoException

          Returns void

    Returns T

    • Defined in node_modules/@types/node/stream.d.ts:301
  • pipeline<T>(stream1, stream2, stream3, stream4, callback?): T
  • Type Parameters

    • T extends WritableStream

    Parameters

    • stream1: ReadableStream
    • stream2: ReadWriteStream
    • stream3: ReadWriteStream
    • stream4: T
    • Optional callback: ((err) => void)
        • (err): void
        • Parameters

          • err: null | ErrnoException

          Returns void

    Returns T

    • Defined in node_modules/@types/node/stream.d.ts:302
  • pipeline<T>(stream1, stream2, stream3, stream4, stream5, callback?): T
  • Type Parameters

    • T extends WritableStream

    Parameters

    • stream1: ReadableStream
    • stream2: ReadWriteStream
    • stream3: ReadWriteStream
    • stream4: ReadWriteStream
    • stream5: T
    • Optional callback: ((err) => void)
        • (err): void
        • Parameters

          • err: null | ErrnoException

          Returns void

    Returns T

    • Defined in node_modules/@types/node/stream.d.ts:309
  • pipeline(streams, callback?): WritableStream
  • Parameters

    • streams: readonly (WritableStream | ReadableStream | ReadWriteStream)[]
    • Optional callback: ((err) => void)
        • (err): void
        • Parameters

          • err: null | ErrnoException

          Returns void

    Returns WritableStream

    • Defined in node_modules/@types/node/stream.d.ts:317
  • pipeline(stream1, stream2, ...streams): WritableStream
  • Parameters

    • stream1: ReadableStream
    • stream2: WritableStream | ReadWriteStream
    • Rest ...streams: (WritableStream | ReadWriteStream | ((err) => void))[]

    Returns WritableStream

    • Defined in node_modules/@types/node/stream.d.ts:321

Settings

Member Visibility

Theme

unit-redis-ness
  • client
  • dictionary
  • logger
  • lua/bit/lua-bit
  • lua/call/lua-redis
  • resp/command/client-command
  • resp/command/db/dbsize-command
  • resp/command/db/flushall-command
  • resp/command/db/flushdb-command
  • resp/command/db/select-command
  • resp/command/discard-command
  • resp/command/exec-command
  • resp/command/hash/hget-command
  • resp/command/hash/hgetall-command
  • resp/command/hash/hset-command
  • resp/command/key/del-command
  • resp/command/key/exists-command
  • resp/command/key/expire-command
  • resp/command/key/keys-command
  • resp/command/key/move-command
  • resp/command/key/pexpire-command
  • Loading...