Skip to content
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 binary variant to connection management commands. #2160

Merged

Conversation

Yury-Fridlyand
Copy link
Collaborator

  • CLIENT GETNAME
  • CLIENT ID
  • ECHO
  • PING (update)
  • SELECT

And

  • WATCH
  • UNWATCH

@Yury-Fridlyand Yury-Fridlyand requested a review from a team as a code owner August 19, 2024 21:58
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClusterClient.ts Outdated Show resolved Hide resolved
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClusterClient.ts Outdated Show resolved Hide resolved
node/src/GlideClusterClient.ts Show resolved Hide resolved
{ route: toProtobufRoute(route) },
{
route: toProtobufRoute(options?.route),
decoder: options?.decoder,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

...options

should accomplish the same thing

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately, not, because both have route but in different type

node/src/GlideClusterClient.ts Outdated Show resolved Hide resolved
node/tests/SharedTests.ts Show resolved Hide resolved
Co-authored-by: Yi-Pin Chen <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
@Yury-Fridlyand Yury-Fridlyand marked this pull request as draft August 22, 2024 17:28
@Yury-Fridlyand Yury-Fridlyand marked this pull request as ready for review August 22, 2024 21:25
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClient.ts Outdated Show resolved Hide resolved
node/src/GlideClusterClient.ts Outdated Show resolved Hide resolved
node/src/GlideClusterClient.ts Outdated Show resolved Hide resolved
node/src/Transaction.ts Outdated Show resolved Hide resolved
node/src/Transaction.ts Outdated Show resolved Hide resolved
@Yury-Fridlyand Yury-Fridlyand merged commit 68deaab into valkey-io:main Aug 23, 2024
9 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the node/yuryf-valkey-260-conn-bin branch August 23, 2024 19:31
liorsve pushed a commit to liorsve/valkey-glide that referenced this pull request Aug 25, 2024
…o#2160)

* Add binary variant to connection management commands.

Signed-off-by: Yury-Fridlyand <[email protected]>
Co-authored-by: Yi-Pin Chen <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]>
liorsve pushed a commit to liorsve/valkey-glide that referenced this pull request Aug 25, 2024
…o#2160)

* Add binary variant to connection management commands.

Signed-off-by: Yury-Fridlyand <[email protected]>
Co-authored-by: Yi-Pin Chen <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants