Python client core dumped with binary value

when I used python client to insert binary value to aerospike, it went well, but the program core dumped when getting the key. It seems that python client can’t process the binary value correctly. Can anyone tell me how to use python client dealing with single binary value?

Hi,

Do you mean that you’re using a binary value for the key? The key itself is a tuple of (namespace, set, key) with valid key values being string or integer.

Otherwise, can you provide a code snippet of what you’re doing? Better yet, you can open an issue at the GitHub repository: Issues · aerospike/aerospike-client-python · GitHub