Exemplo n.º 1
0
 public void WriteCommand(params byte[][] cmdWithBinaryArgs)
 {
     RedisNativeClient.ExpectIntCommand cmd = new RedisNativeClient.ExpectIntCommand(client);
     cmd.init(cmdWithBinaryArgs);
     cmd.execute();
     commands.Enqueue(cmd);
 }
Exemplo n.º 2
0
 public void WriteCommand(params byte[][] cmdWithBinaryArgs)
 {
     RedisNativeClient.ExpectIntCommand cmd = new RedisNativeClient.ExpectIntCommand(client);
     cmd.init(cmdWithBinaryArgs);
     cmd.execute();
     commands.Enqueue(cmd);
 }