Hi
My use case requires that I store Keys only. There is no need for the value. However, I don’t seem to be able to create a record without a bin.
The following will not throw an exception but will not insert the key neither
val key = new Key(params.namespace, "setVal", "keyVal")
client.add(params.writePolicy, key);
Is it expected?
Thank you for your help