DvirDukhan
DvirDukhan
Hi Marco please provide the version of RedisGraph that you are using and the monitor output from redis-cli when executing the example file (by typing "monitor" in redis-cli)
Hi @renewooller. Thanks for the input. I have tested this issue with the latest versions of RedisGraph and RedisGraph.js and it is working as expected. The current default version of...
@mstimvol map datatype is WIP https://github.com/RedisGraph/RedisGraph/pull/1514 once it is done and `map` as a parameter is supported your query will be valid.
@filipecosta90 can we get this value from `CONFIG GET` command?
Thanks, @BhanuPrakash531 Can you please send the leak log? I think I have a possible solution but I want to verify.
@BhanuPrakash531 where did you see the resource leakage?
@BhanuPrakash531 can you provide a code sample so I can reproduce it?
hi @BhanuPrakash531 you `try-with-resource` a new Jedis pool, and check if you can get a response from the server. The `close` method of the pool is closing the connections anyhow,...
@BhanuPrakash531 I'm waiting for your input on @gkorland answer.
@BhanuPrakash531 you need a health check for the RedisGraph API? Do you want me to expose such an API?