Client.del

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool del(string key)
  2. bool del(Range keys)
  3. auto del(Args args)
    struct Client
    del
    (
    Args...
    )
    (
    auto ref Args args
    )
    if (
    Args.length > 1 &&
    is(Args[0] == string)
    )

Meta