Beispiel #1
0
 public void ListGetByIndexAsync()
 {
     wrapper.ListGetByIndexAsync("key", 123, CommandFlags.None);
     mock.Verify(_ => _.ListGetByIndexAsync("prefix:key", 123, CommandFlags.None));
 }