Skip to content

Inserting binary data fails #59

@aistis-

Description

@aistis-

Hello, I've been trying to put some bins into Aerospike which are compressed data, hence being binary string. Seems that inserting such data fails with an error:

Exception: Invalid value given for argument value.

I made a test to cover this case: #58

My current workaround to insert compressed data is to actually encode it with base64 which adds ~25% size overhead. Seems that non-asc symbols are causing the error.

Is there any chance someone from the maintainers could look into it? Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions