Skip to content

CommandArgs.ExperimentalByteArrayCodec fails to encode bulk string #288

@mp911de

Description

@mp911de

Encoding keys and values using ExperimentalByteArrayCodec writes just the content without the protocol wrapper:

CommandArgs.addKey("one") results in "one", expected is:

$3\r\n
one\r\n

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions