edgeport - v1.0.6
    Preparing search index...

    Type Alias RedisNative

    RedisNative:
        | string
        | number
        | boolean
        | bigint
        | null
        | RedisNative[]
        | { [key: string]: RedisNative }

    A RESP value projected onto plain JavaScript.

    Bulk and verbatim strings are UTF-8 decoded, maps become objects (keys stringified), sets and pushes become arrays. Use RedisReply.bytes when a value is binary rather than text.

    1.0.6