A key uniquely identifies a record in the Aerospike database within a given namespace.
Key Digests
In your application, you must specify the namespace, set and the key itself
to read and write records. When a key is sent to the database, the key value
and its set are hashed into a 160-bit digest. When a database command
returns a key (e.g. Query or Scan commands) it might contain either the
set and key value, or just the digest.
A key uniquely identifies a record in the Aerospike database within a given namespace.
Key Digests
In your application, you must specify the namespace, set and the key itself to read and write records. When a key is sent to the database, the key value and its set are hashed into a 160-bit digest. When a database command returns a key (e.g. Query or Scan commands) it might contain either the set and key value, or just the digest.
Example: Creating a new {@link Key} instance