mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
fix typo
This commit is contained in:
parent
1530c0a7dd
commit
6100be7d82
@ -149,7 +149,7 @@ void execCommand(client *c) {
|
||||
{
|
||||
addReplyError(c,
|
||||
"Transaction contains write commands but instance "
|
||||
"is now a read-only slave. EXEC aborted.");
|
||||
"is now a read-only replica. EXEC aborted.");
|
||||
discardTransaction(c);
|
||||
goto handle_monitor;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user