Exemplo n.º 1
0
 public Task <string> StartAsync()
 {
     _active = true;
     return(_connector.CallAsync(RedisCommands.Multi()));
 }