-
Notifications
You must be signed in to change notification settings - Fork 25
comply to 1.99.7 index mutation reply #31
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
==========================================
+ Coverage 90.09% 90.47% +0.37%
==========================================
Files 6 6
Lines 101 105 +4
Branches 6 6
==========================================
+ Hits 91 95 +4
Misses 10 10
Continue to review full report at Codecov.
|
53c277b to
ccbebf8
Compare
examples/package.json
Outdated
| }, | ||
| "dependencies": { | ||
| "redisgraph.js": "^1.2.0" | ||
| "redisgraph.js": "github:RedisGraph/redisgraph.js" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it might be an issue if someone will copy it, you might want to set a relative path
src/graph.js
Outdated
| * @param port Redis port | ||
| * @param options node_redis options | ||
| * @param {string} graphId the graph id | ||
| * @param {*} host Redis host or node_redis client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{(string|redis}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
src/graph.js
Outdated
| * @param options node_redis options | ||
| * @param {string} graphId the graph id | ||
| * @param {*} host Redis host or node_redis client | ||
| * @param {*} port Redis port |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why {*} I guess you would like to mark as optional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
src/record.js
Outdated
| /** | ||
| * Builds a Record object | ||
| * @constructor | ||
| * @param {*} header |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why header not typed ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
src/resultSet.js
Outdated
| * A raw representation of a header (query response schema) is a list. | ||
| * Each entry in the list is a tuple (list of size 2). | ||
| * tuple[0] represents the type of the column, and tuple[1] represents the name of the column. | ||
| * @param rawHeader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
src/resultSet.js
Outdated
| // [[name, value, value type] X N] | ||
| /** | ||
| * Parse raw entity properties representation into a Map | ||
| * @param {*} props |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why {*} ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
6e5d2d2 to
4ebd238
Compare
4ebd238 to
d321ab6
Compare
No description provided.