Interface SuggestReactiveCommands<K,​V>

  • Type Parameters:
    K - Key type.
    V - Value type.
    All Known Subinterfaces:
    RediSearchReactiveCommands<K,​V>
    All Known Implementing Classes:
    RediSearchReactiveCommandsImpl

    public interface SuggestReactiveCommands<K,​V>
    Reactive executed commands for RediSearch suggestion index.
    Since:
    1.0
    • Method Detail

      • sugadd

        reactor.core.publisher.Mono<java.lang.Long> sugadd​(K key,
                                                           Suggestion<V> suggestion)
      • sugadd

        reactor.core.publisher.Mono<java.lang.Long> sugadd​(K key,
                                                           Suggestion<V> suggestion,
                                                           boolean increment)
      • sugget

        reactor.core.publisher.Flux<Suggestion<V>> sugget​(K key,
                                                          V prefix)
      • sugdel

        reactor.core.publisher.Mono<java.lang.Boolean> sugdel​(K key,
                                                              V string)
      • suglen

        reactor.core.publisher.Mono<java.lang.Long> suglen​(K key)