RedisCollection.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(long id) del)
    struct RedisCollection(T, RedisCollectionOptions OPTIONS = RedisCollectionOptions.defaults, size_t ID_LENGTH = 1)
    static if(OPTIONS & RedisCollectionOptions.supportIteration || OPTIONS & RedisCollectionOptions.supportPaging)
    int
    opApply
    (
    int delegate
    (
    long id
    )
    del
    )
  2. int opApply(int delegate(long id, T) del)

Meta