We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Start the DiceDB server with --enable-watch --enable-multithreading and fix the following issue in DiceDB CLI.
--enable-watch --enable-multithreading
Have to hit one more ENTER or CTRL+C after I exit the watch mode to get the prompt back.
Ideally as soon as I exit the WATCH mode by pressing CTRL+C, the prompt should be shown.
The text was updated successfully, but these errors were encountered:
@arpitbbhayani Can I pick this up ?
Sorry, something went wrong.
@arpitbbhayani can I pick this
@raghavbabbar assigned, thanks for contributing.
fix: reset prompt state upon exiting watch mode (issue DiceDB#15)
c984a58
e59166d
raghavbabbar
No branches or pull requests
Start the DiceDB server with
--enable-watch --enable-multithreading
and fix the following issue in DiceDB CLI.Have to hit one more ENTER or CTRL+C after I exit the watch mode to get the prompt back.
Ideally as soon as I exit the WATCH mode by pressing CTRL+C, the prompt should be shown.
The text was updated successfully, but these errors were encountered: