Interface RedisKeyReactiveOperations.KeySortBuilder<A,B>

Type Parameters:
A - key type
B - value type
All Superinterfaces:
RedisKeyReactiveOperations.AbstractKeySortBuilder<A,RedisKeyReactiveOperations.KeySortBuilder<A,B>>
Enclosing interface:
RedisKeyReactiveOperations<A,B>

public static interface RedisKeyReactiveOperations.KeySortBuilder<A,B> extends RedisKeyReactiveOperations.AbstractKeySortBuilder<A,RedisKeyReactiveOperations.KeySortBuilder<A,B>>
SORT key [BY pattern] [LIMIT offset count] [GET pattern [GET pattern ...]] [ASC|DESC] [ALPHA] [STORE destination]
Since:
1.4
Author:
Jeremy Kuhn
  • Method Details

    • build

      Flux<B> build(A key)
      Parameters:
      key -
      Returns: