WritePolicy sendKey effect

Hi Holmes

By default, the Aerospike server does not store keys, only the digest of the key.

There are 2 ways to store the original key:

  1. Store it in a Bin
  2. Configure the server to store the key (Any Edition)

I usually use a Bin - Because most of the time the key has some “data” in it, so I store that data in Bins so I can easily get it or query it.