io.quarkus.redis.datasource.hash.ReactiveHashScanCursor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-redis-client Show documentation
Show all versions of quarkus-redis-client Show documentation
Connect to Redis in either imperative or reactive style
package io.quarkus.redis.datasource.hash;
import java.util.Map;
import io.quarkus.redis.datasource.ReactiveCursor;
import io.smallrye.mutiny.Multi;
public interface ReactiveHashScanCursor extends ReactiveCursor
© 2015 - 2025 Weber Informatics LLC | Privacy Policy