Method | Description | |
---|---|---|
Create ( int db, RedisLiteral command ) : |
||
Create ( int db, RedisLiteral command, RedisParameter arg0 ) : |
||
Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1 ) : |
||
Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1, RedisParameter arg2 ) : |
||
Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1, RedisParameter arg2, RedisParameter arg3 ) : |
||
Create ( int db, RedisLiteral command, string arg0 ) : |
||
Create ( int db, RedisLiteral command, string arg0, string arg1 ) : |
||
Critical ( ) : |
||
Expect ( RedisLiteral result ) : |
||
ExpectOk ( ) : |
||
ToString ( ) : string | ||
Write ( Stream stream ) : void |
Method | Description | |
---|---|---|
RedisMessage ( int db, RedisLiteral command ) : System | ||
WriteCommand ( Stream stream, int argCount ) : void | ||
WriteRaw ( Stream stream, long value ) : void | ||
WriteUnified ( Stream stream, RedisLiteral value ) : void | ||
WriteUnified ( Stream stream, byte value ) : void | ||
WriteUnified ( Stream stream, double value ) : void | ||
WriteUnified ( Stream stream, long value ) : void | ||
WriteUnified ( Stream stream, string value ) : void |
Method | Description | |
---|---|---|
ChangeState ( MessageState from, MessageState to ) : bool | ||
Complete ( |
||
RedisMessage ( ) : System | ||
SetMessageResult ( IMessageResult messageResult ) : void | ||
ToString ( double value ) : string | ||
ToString ( long value ) : string |
public static Create ( int db, RedisLiteral command ) : |
||
db | int | |
command | RedisLiteral | |
return |
public static Create ( int db, RedisLiteral command, RedisParameter arg0 ) : |
||
db | int | |
command | RedisLiteral | |
arg0 | RedisParameter | |
return |
public static Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1 ) : |
||
db | int | |
command | RedisLiteral | |
arg0 | RedisParameter | |
arg1 | RedisParameter | |
return |
public static Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1, RedisParameter arg2 ) : |
||
db | int | |
command | RedisLiteral | |
arg0 | RedisParameter | |
arg1 | RedisParameter | |
arg2 | RedisParameter | |
return |
public static Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1, RedisParameter arg2, RedisParameter arg3 ) : |
||
db | int | |
command | RedisLiteral | |
arg0 | RedisParameter | |
arg1 | RedisParameter | |
arg2 | RedisParameter | |
arg3 | RedisParameter | |
return |
public static Create ( int db, RedisLiteral command, string arg0 ) : |
||
db | int | |
command | RedisLiteral | |
arg0 | string | |
return |
public static Create ( int db, RedisLiteral command, string arg0, string arg1 ) : |
||
db | int | |
command | RedisLiteral | |
arg0 | string | |
arg1 | string | |
return |
public Expect ( RedisLiteral result ) : |
||
result | RedisLiteral | |
return |
protected RedisMessage ( int db, RedisLiteral command ) : System | ||
db | int | |
command | RedisLiteral | |
return | System |
public abstract Write ( Stream stream ) : void | ||
stream | Stream | |
return | void |
protected WriteCommand ( Stream stream, int argCount ) : void | ||
stream | Stream | |
argCount | int | |
return | void |
protected static WriteRaw ( Stream stream, long value ) : void | ||
stream | Stream | |
value | long | |
return | void |
protected static WriteUnified ( Stream stream, RedisLiteral value ) : void | ||
stream | Stream | |
value | RedisLiteral | |
return | void |
protected static WriteUnified ( Stream stream, byte value ) : void | ||
stream | Stream | |
value | byte | |
return | void |
protected static WriteUnified ( Stream stream, double value ) : void | ||
stream | Stream | |
value | double | |
return | void |
protected static WriteUnified ( Stream stream, long value ) : void | ||
stream | Stream | |
value | long | |
return | void |
protected static WriteUnified ( Stream stream, string value ) : void | ||
stream | Stream | |
value | string | |
return | void |