mirror of
https://github.com/fluencelabs/redis
synced 2025-04-29 12:32:14 +00:00
Lua debugger: inform user changes are rolled back.
When redis-cli will support the synchronous mode, this will not be printed.
This commit is contained in:
parent
d530cbd102
commit
85faf61b64
@ -1116,7 +1116,7 @@ static void repl(void) {
|
||||
if (config.eval_ldb_end) {
|
||||
config.eval_ldb_end = 0;
|
||||
cliReadReply(0);
|
||||
printf("\n(Lua debugging session ended)\n\n");
|
||||
printf("\n(Lua debugging session ended. Dataset changes rolled back)\n\n");
|
||||
}
|
||||
|
||||
elapsed = mstime()-start_time;
|
||||
|
Loading…
x
Reference in New Issue
Block a user