PipelineBase.restoreReplace

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

Meta