Function fromRedis
Converts a Redis value
back to its original representation.
These functions are used by the proxy types of this module to convert between Redis and D.
Prototype
T fromRedis(T)(
string value
);
See also
Authors
Sönke Ludwig
Copyright
© 2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.