Method | Description | |
---|---|---|
Range ( double value, bool inclusive ) : RedisParameter | ||
Range ( long value, bool inclusive ) : RedisParameter | ||
Write ( Stream stream ) : void |
public static Range ( double value, bool inclusive ) : RedisParameter | ||
value | double | |
inclusive | bool | |
return | RedisParameter |
public static Range ( long value, bool inclusive ) : RedisParameter | ||
value | long | |
inclusive | bool | |
return | RedisParameter |
public abstract Write ( Stream stream ) : void | ||
stream | Stream | |
return | void |