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 FUNCTION KILL command #2114

Merged
merged 7 commits into from
Aug 13, 2024

Conversation

Yury-Fridlyand
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand commented Aug 9, 2024

No transaction impl, because when server is busy by a function/script, it does not accept transactions.

IT for this commands take ~80 sec

@Yury-Fridlyand Yury-Fridlyand requested a review from a team as a code owner August 9, 2024 23:52
node/src/GlideClusterClient.ts Outdated Show resolved Hide resolved
Co-authored-by: Guian Gumpac <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
},
);

describe.each([ProtocolVersion.RESP2, ProtocolVersion.RESP3])(
Copy link
Collaborator

Choose a reason for hiding this comment

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

wait, why are we removing this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We were closing and re-opening describe blocks, so I just merged them.
Instead

describe([RESP2, RESP3] ... it(<test 1>))
describe([RESP2, RESP3] ... it(<test 2>))

I made

describe([RESP2, RESP3] ... it(<test 1>) it(<test 2>))

@Yury-Fridlyand Yury-Fridlyand merged commit a05332e into valkey-io:main Aug 13, 2024
11 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the node/yuryf-fkill-valkey-95 branch August 13, 2024 21:05
liorsve pushed a commit to liorsve/valkey-glide that referenced this pull request Aug 14, 2024
* Add `FUNCTION KILL` command.

Signed-off-by: Yury-Fridlyand <[email protected]>
Co-authored-by: Guian Gumpac <[email protected]>
Signed-off-by: lior sventitzky <[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