mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +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
56d9bb8c55
commit
3ab0b4d6d0
@ -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