Redis.restoreReplace

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string restoreReplace(string key, int ttl, const(ubyte)[] serializedValue)
    class Redis
    string
    restoreReplace
    (
    string key
    ,
    int ttl
    ,
    const(ubyte)[] serializedValue
    )
  2. alias restoreReplace = BinaryRedis.restoreReplace

Meta