Beispiel #1
0
 public static Task KVPutAsync(string key, object value)
 {
     return(_clusterProvider.KVPutAsync(key, value));
 }