Class AbstractGraphCommands<K>

java.lang.Object
io.quarkus.redis.runtime.datasource.AbstractRedisCommands
io.quarkus.redis.runtime.datasource.AbstractGraphCommands<K>
Direct Known Subclasses:
ReactiveGraphCommandsImpl

public class AbstractGraphCommands<K> extends AbstractRedisCommands
  • Constructor Details

  • Method Details

    • _graphDelete

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _graphDelete(K key)
    • _graphExplain

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _graphExplain(K key, String query)
    • _graphList

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _graphList()
    • _graphQuery

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _graphQuery(K key, String query)
    • _graphQuery

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _graphQuery(K key, String query, Duration timeout)