Response.toInt

Converts a Response to an integral (byte to long)

Only works with ResponseType.Integer and ResponseType.Bulk

Throws : ConvOverflowException, RedisCastException

struct Response
T
toInt
(
T = int
)
()
if (
is(T : long)
)

Meta