put method

Future<K> put(
  1. SdbClient client,
  2. V value
)

Put a single record (when using inline keys)

Implementation

Future<K> put(SdbClient client, V value) => impl.putImpl(client, value);