-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(cubestore-driver): Support persistent flag for query #6046
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
697ecd3 to
08076d2
Compare
Codecov ReportBase: 41.41% // Head: 41.57% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #6046 +/- ##
==========================================
+ Coverage 41.41% 41.57% +0.16%
==========================================
Files 151 152 +1
Lines 20086 20091 +5
Branches 5242 5242
==========================================
+ Hits 8318 8353 +35
+ Misses 11451 11428 -23
+ Partials 317 310 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fcd9322 to
145a611
Compare
145a611 to
e322e93
Compare
| // closing stream | ||
| if (query?.queryHandler === 'stream') { | ||
| const stream = this.getQueryStream(this.redisHash(queryKey)); | ||
| const stream = this.getQueryStream(queryKey); |
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.
5c450ff to
f84c86f
Compare
e196e92 to
e8b565f
Compare
| case 'stream': | ||
| const target = this.getQueryStream(queryKey); | ||
| await this.queryTimeout(this.queryHandlers.stream(query.query, target)); | ||
| await this.queryTimeout( |
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.
changed due to linter.
d2f5739 to
1bd87af
Compare
1bd87af to
7e64285
Compare
160f6fb to
c139999
Compare

Hello!
refs #5042
Thanks