Options for RedisSession.scan and RedisSession.scanIterator.
Optional
Hint for how many keys to examine per round trip (COUNT).
COUNT
Glob-style pattern to match keys against (MATCH).
MATCH
Only return keys of this type (TYPE), e.g. 'string' or 'hash'.
TYPE
'string'
'hash'
Options for RedisSession.scan and RedisSession.scanIterator.