Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
36c548f0
Commit
36c548f0
authored
Dec 27, 2009
by
antirez
Browse files
Now MULTI returns +OK as well
parent
6e469882
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.c
View file @
36c548f0
...
@@ -5365,6 +5365,7 @@ static void queueMultiCommand(redisClient *c, struct redisCommand *cmd) {
...
@@ -5365,6 +5365,7 @@ static void queueMultiCommand(redisClient *c, struct redisCommand *cmd) {
static
void
multiCommand
(
redisClient
*
c
)
{
static
void
multiCommand
(
redisClient
*
c
)
{
c
->
flags
|=
REDIS_MULTI
;
c
->
flags
|=
REDIS_MULTI
;
addReply
(
c
,
shared
.
ok
);
}
}
static
void
execCommand
(
redisClient
*
c
)
{
static
void
execCommand
(
redisClient
*
c
)
{
...
...
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