Function 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.
Prototype
T front() @property;
Authors
Jan Krüger, Sönke Ludwig, Michael Eisendle, Etienne Cimon
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.