Interface SuggestAsyncCommands<K,​V>

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

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

      • sugadd

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

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

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

        io.lettuce.core.RedisFuture<java.lang.Boolean> sugdel​(K key,
                                                              V string)
      • suglen

        io.lettuce.core.RedisFuture<java.lang.Long> suglen​(K key)