Add a single record.
Future<K> add(SdbClient client, V value) => client.interface.sdbAddImpl<K, V>(this, value);