Store Erospike Data in HexaDecimal

Hi Guys,

I have an doubts.

If we store data through session ($_SESSION) in PHP , it stored in hexadecimal format.

Same way, can we submit data in hexadecimal using get/put methods. Right now get/put method are storing in key/value pair.

Or

Can we store data through session ($_SESSION) in Key/Value Map?

Please let me know.

Thanks.

You can write blob data types into Aerospike, or you could convert it to a string I guess… aerospike-client-php/README.md at master · aerospike-community/aerospike-client-php · GitHub looks like it has a built-in session handler too?