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