1

The JRedisGraph documentation doesn't provide example on how to connect to the instance (IP, Port). https://github.com/RedisGraph/JRedisGraph

Please help.

Vikram Rawat
  • 1,472
  • 11
  • 16

1 Answers1

0

Checkout the RedisGraph overloaded constructors.

public RedisGraph(String host, int port)

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

Guy Korland
  • 9,139
  • 14
  • 59
  • 106