ToCommand() 공개 메소드

public ToCommand ( ) : string
리턴 string
예제 #1
0
	public byte[][] Sort (SortOptions options)
	{
		return SendDataCommandExpectMultiBulkReply(null, options.ToCommand() + "\r\n");
	}
예제 #2
0
 public byte[][] Sort(SortOptions options)
 {
     return(SendDataCommandExpectMultiBulkReply(null, options.ToCommand() + "\r\n"));
 }