Class ReactiveSortable<K,V>

java.lang.Object
io.quarkus.redis.runtime.datasource.AbstractRedisCommands
io.quarkus.redis.runtime.datasource.ReactiveSortable<K,V>
Direct Known Subclasses:
AbstractListCommands, AbstractSetCommands, AbstractSortedSetCommands

public class ReactiveSortable<K,V> extends AbstractRedisCommands
  • Constructor Details

  • Method Details

    • sort

      public io.smallrye.mutiny.Uni<List<V>> sort(K key)
    • sort

      public io.smallrye.mutiny.Uni<List<V>> sort(K key, SortArgs sortArguments)
    • sortAndStore

      public io.smallrye.mutiny.Uni<Long> sortAndStore(K key, K destination, SortArgs args)
    • sortAndStore

      public io.smallrye.mutiny.Uni<Long> sortAndStore(K key, K destination)