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)
  2. int opApply(int delegate(string key) del)
    struct RedisHash(T = string)
    int
    opApply
    (
    scope int delegate
    (
    string key
    )
    del
    )

Meta