Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6100be7d
Commit
6100be7d
authored
Dec 11, 2018
by
zhaozhao.zz
Browse files
fix typo
parent
1530c0a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multi.c
View file @
6100be7d
...
@@ -149,7 +149,7 @@ void execCommand(client *c) {
...
@@ -149,7 +149,7 @@ void execCommand(client *c) {
{
{
addReplyError
(
c
,
addReplyError
(
c
,
"Transaction contains write commands but instance "
"Transaction contains write commands but instance "
"is now a read-only
slave
. EXEC aborted."
);
"is now a read-only
replica
. EXEC aborted."
);
discardTransaction
(
c
);
discardTransaction
(
c
);
goto
handle_monitor
;
goto
handle_monitor
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment