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