-
Notifications
You must be signed in to change notification settings - Fork 53
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
Node: Add XINFO GROUPS
command.
#2122
Node: Add XINFO GROUPS
command.
#2122
Conversation
Signed-off-by: Yury-Fridlyand <[email protected]>
GeoSearchResultOptions, | ||
GeoSearchShape, | ||
GeoSearchStoreResultOptions, | ||
GeoUnit, | ||
GeospatialData, | ||
InsertPosition, | ||
KeyWeight, // eslint-disable-line @typescript-eslint/no-unused-vars |
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.
confirm that this should be removed?
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.
We need to suppress this eslint check if we import a type to refer in docs. KeyWeight
is used as a function argument, so we can remove it.
@@ -5076,7 +5076,6 @@ export function runBaseTests<Context>(config: { | |||
"last-entry": (string | number | string[])[]; | |||
groups: number; | |||
}; | |||
console.log(result); |
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.
❤️
Co-authored-by: Andrew Carbonetto <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
No description provided.