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

CLIENT KILL and multi-threaded #27

Open
BobEQAlpha opened this issue Sep 2, 2021 · 0 comments
Open

CLIENT KILL and multi-threaded #27

BobEQAlpha opened this issue Sep 2, 2021 · 0 comments

Comments

@BobEQAlpha
Copy link
Contributor

https://docs.keydb.dev/docs/commands#client-kill

Need to fix this paragraph somehow as KeyDB is multithreaded

Due to the single-threaded nature of KeyDB, it is not possible to kill a client connection while it is executing a command. From the client point of view, the connection can never be closed in the middle of the execution of a command. However, the client will notice the connection has been closed only when the next command is sent (and results in network error).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant