mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
feat(server): Auto expiry + small replica refactor (#718)
This commit is contained in:
parent
152f16bc14
commit
4c9b30ca43
13 changed files with 206 additions and 73 deletions
|
@ -75,6 +75,7 @@ void JournalWriter::Write(const journal::Entry& entry) {
|
|||
case journal::Op::SELECT:
|
||||
return Write(entry.dbid);
|
||||
case journal::Op::COMMAND:
|
||||
case journal::Op::EXPIRED:
|
||||
case journal::Op::MULTI_COMMAND:
|
||||
case journal::Op::EXEC:
|
||||
Write(entry.txid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue