Hi I’m trying understand the purpose of policy
SendKey=true/false (writepolicy)
I tried putting a record using Golang library of aerospike with policy.SendKey as true and even as false.
When I get those records(using aerospikelib.Get(policy,key)
) I don’t see any difference in the result. In both the cases I don’t see PK
field/value in the Bins.
What I’m missing here?. Is there any way to get PK value in the Bins?
Thanks in Advance!!