Beispiel #1
0
 /// <summary>
 ///     Get values from index (in the case of a unique index, only one or 0 values should be returned)
 /// </summary>
 public Task <TValue[]> GetMasterValuesAsync(IDatabaseAsync context, string indexedKey)
 => _indexValueReader.GetAsync(context, indexedKey);
Beispiel #2
0
 public async Task <string[]> GetMasterKeysAsync(IDatabaseAsync context, string value)
 => await _indexValueReader.GetAsync(context, value);