-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
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
Labels
No labels