Jonahss / ioredisgraph

Node.js client for RedisGraph, by wrapping ioredis module
ISC License
24 stars 8 forks source link

fix for parsing response when setting indices #11

Closed renewooller closed 4 years ago

renewooller commented 4 years ago

I noticed a problem parsing the response when running eg.

CREATE INDEX ON :song(filename)

This PR fixes that.

Cheers

Jonahss commented 4 years ago

Thanks! merging and publishing. Ooh thanks for including the version tag. awesome.

Jonahss commented 4 years ago

Published!

renewooller commented 4 years ago

Thanks for the merge. I noticed that 2.1.2, although in npm as latest, is not under releases in github. Is there some process that should have been followed to do that?

Jonahss commented 4 years ago

Oh huh, I think those releases look for the git tag for the version. But I thought I saw you had pushed the tag. Usually, after running npm version you then have to push to github like git push origin --follow-tags and that will push the tags to the remote repo.