Method and Description |
---|
com.redislabs.redisgraph.impl.Utils.prepareQuery(String, Object...)
use
Utils.prepareQuery(String, Map) instead. |
com.redislabs.redisgraph.RedisGraph.query(String, String, Object...)
use
RedisGraph.query(String, String, Map) instead. |
com.redislabs.redisgraph.impl.api.AbstractRedisGraph.query(String, String, Object...)
use
AbstractRedisGraph.query(String, String, Map) instead. |
Copyright © 2020 RedisLabs. All rights reserved.