-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(HscanStream): adding NOVALUES option (#1943)
* feat(HscanStream): adding NOVALUES option * fix(Test): adding tests for NOVALUES option * Update README.md for hscanStream Co-authored-by: Tihomir Krasimirov Mateev <[email protected]> --------- Co-authored-by: Nicolas Zambrano <[email protected]> Co-authored-by: Tihomir Krasimirov Mateev <[email protected]>
- Loading branch information
1 parent
5d3e7ca
commit 2f9843d
Showing
4 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,5 @@ export interface ScanStreamOptions { | |
match?: string; | ||
type?: string; | ||
count?: number; | ||
} | ||
noValues?: boolean; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters