public string Start()
 {
     _active = true;
     return(_connector.Call(RedisCommands.Multi()));
 }
Esempio n. 2
0
 protected T Call <T>(RedisCommand <T> command)
 {
     return(_connection.Call(command));
 }