Put a single record (insert or update).
Future<void> put(SdbClient client, V value) => impl.putImpl(client, value);