1

JRedisGraph 文档没有提供有关如何连接到实例(IP、端口)的示例。 https://github.com/RedisGraph/JRedisGraph

请帮忙。

4

1 回答 1

0

检查 RedisGraph 重载的构造函数。

public RedisGraph(String host, int port)

见:https ://www.javadoc.io/doc/com.redislabs/jredisgraph/2.0.0-rc3/index.html

于 2019-10-25T18:49:31.807 回答