RedisHash.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(string key, T value) del)
    struct RedisHash(T = string)
    int
    opApply
    (
    scope int delegate
    (
    string key
    ,)
    del
    )
  2. int opApply(int delegate(string key) del)

Meta