Response.toInt

Converts a Response to an integral (byte to long)

Only works with ResponseType.Integer and ResponseType.Bulk

Throws : ConvOverflowException, RedisCastException

struct Response
@property @trusted
T
toInt
(
T = int
)
(
)
if (
is(T == byte) ||
is(T == short)
||
is(T == int)
||
is(T == long)
)

Meta