RedisSessionStore.iterateSession

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int delegate(int delegate(ref string key, ref Variant value)) iterateSession(string id)
  2. int iterateSession(string id, int delegate(string key) @(safe) del)
    class RedisSessionStore
    int
    iterateSession
    (
    string id
    ,
    scope int delegate
    (
    string key
    )
    @safe
    del
    )

Meta