PipelineBase.setex

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

Meta