Function toRedis
Converts the given value
to a binary/string representation suitable for
Redis storage.
These functions are used by the proxy types of this module to convert between Redis and D.
Prototypes
string toRedis(T)(
T value
);
void toRedis(R, T)(
ref R dst,
T 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.