RedisReply.front

Returns the current element of the reply.

Note that byte and character arrays may be returned as slices to a temporary buffer. This buffer will be invalidated on the next call to popFront, so it needs to be duplicated for permanent storage.

struct RedisReply(T = ubyte[])
@property
T
front
()

Meta