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.

  1. string toRedis(T value)
    string
    toRedis
    (
    T
    )
    ()
  2. void toRedis(R dst, T value)

See Also

Meta