Interface RedisHashReactiveOperations.HashScanResult<A,B>

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

public static interface RedisHashReactiveOperations.HashScanResult<A,B> extends AbstractScanResult
Since:
1.4
Author:
Jeremy Kuhn
  • Method Details

    • getEntries

      Map<A,B> getEntries()
      Returns: