mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
feat(replica): support multi transaction command (#634)
This commit is contained in:
parent
b944324bbf
commit
3065946b9a
16 changed files with 223 additions and 106 deletions
|
@ -19,7 +19,7 @@ using nonstd::make_unexpected;
|
|||
VLOG(1) << "Error while calling " #expr; \
|
||||
return exp_val.error(); \
|
||||
} \
|
||||
dest = exp_val.value(); \
|
||||
dest = std::move(exp_val.value()); \
|
||||
} while (0)
|
||||
|
||||
#define SET_OR_UNEXPECT(expr, dest) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue