Interface CommandReactiveExecutor

    • Method Detail

      • reactive

        <R> org.reactivestreams.Publisher<R> reactive​(reactor.fn.Supplier<RFuture<R>> supplier)
      • writeReactive

        <T,​R> org.reactivestreams.Publisher<R> writeReactive​(String key,
                                                                   Codec codec,
                                                                   RedisCommand<T> command,
                                                                   Object... params)
      • readReactive

        <T,​R> org.reactivestreams.Publisher<R> readReactive​(String key,
                                                                  Codec codec,
                                                                  RedisCommand<T> command,
                                                                  Object... params)