RedisHash.opApply - multiple declarations
Function RedisHash.opApply
int opApply
(
scope int delegate(string key, T value) del
);
Function RedisHash.opApply
int opApply
(
scope int delegate(string key) del
);