Skip to content

close #43. Changed graph creation and docs. #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 9, 2020
Merged

close #43. Changed graph creation and docs. #44

merged 5 commits into from
Mar 9, 2020

Conversation

DvirDukhan
Copy link
Contributor

No description provided.

@DvirDukhan DvirDukhan added the bug Something isn't working label Feb 27, 2020
@DvirDukhan DvirDukhan requested a review from gkorland February 27, 2020 13:04
@DvirDukhan DvirDukhan self-assigned this Feb 27, 2020
@codecov
Copy link

codecov bot commented Feb 27, 2020

Codecov Report

Merging #44 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #44   +/-   ##
=======================================
  Coverage   90.56%   90.56%           
=======================================
  Files           6        6           
  Lines         106      106           
  Branches        6        6           
=======================================
  Hits           96       96           
  Misses         10       10

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7d61aff...31ed64e. Read the comment docs.

@DvirDukhan DvirDukhan force-pushed the issue43 branch 3 times, most recently from 37424ce to e51de6a Compare February 27, 2020 13:08
src/graph.js Outdated
* @param {ClientOpts} [configuration.options] node_redis options
*/
constructor(graphId, {host, port, options} ={}) {
console.log("host = " + host + " port = " + port + " options = "+ options);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DvirDukhan "console.log"?

src/graph.js Outdated
* @param {string | int} [configuration.port] Redis port
* @param {ClientOpts} [configuration.options] node_redis options
*/
constructor(graphId, {host, port, options} ={}) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DvirDukhan doesn't it create a breaking change? and which versions of nodejs support this syntax?

@gkorland gkorland linked an issue Mar 4, 2020 that may be closed by this pull request
@@ -16,8 +16,21 @@ describe("RedisGraphAPI Test", () => {
return api.deleteGraph().catch(() => {});
});

it("test bring your client", () => {
return new RedisGraph("social", redis.createClient());
it("test connection from post and host", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DvirDukhan "post"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@DvirDukhan DvirDukhan merged commit 6dc57bf into master Mar 9, 2020
@gkorland gkorland deleted the issue43 branch April 5, 2020 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create Graph instance with specified port
2 participants