예제 #1
0
 public RedisScanResult SendExpectScanResult(params byte[][] commands)
 {
     this.CheckSocketStatus();
     return(this.ExecuteOperation(OperationFactory.CreateScanOperation(this.socket), commands));
 }