Interface SuggestCommands<K,​V>

  • Type Parameters:
    K - Key type.
    V - Value type.
    All Known Subinterfaces:
    RediSearchCommands<K,​V>

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

      • sugadd

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

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

        java.util.List<Suggestion<V>> sugget​(K key,
                                             V prefix)
      • sugdel

        java.lang.Boolean sugdel​(K key,
                                 V string)
      • suglen

        java.lang.Long suglen​(K key)