Interface RedisHashReactiveOperations.HashScanBuilder<A,B>

Type Parameters:
A - key type
B - value type
All Superinterfaces:
AbstractScanBuilder<RedisHashReactiveOperations.HashScanBuilder<A,B>>
Enclosing interface:
RedisHashReactiveOperations<A,B>

public static interface RedisHashReactiveOperations.HashScanBuilder<A,B> extends AbstractScanBuilder<RedisHashReactiveOperations.HashScanBuilder<A,B>>
HSCAN key cursor [MATCH pattern] [COUNT count]
Since:
1.4
Author:
Jeremy Kuhn