Replies: 2 comments 6 replies
-
我如果将这个逻辑放到 kvrocks2redis的Parser::ParseFullDB里面执行的话,可不可以 |
Beta Was this translation helpful? Give feedback.
4 replies
-
#1987 已经解决,有其他问题可以重新创建。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
需求是,我想通过调用 Storage::CreateBackup创建备份,然后获取下备份完成时的位点 sequence num ,后面再通过解析增量数据。最终实现精确时间或者位点的备份恢复。
我如果在调用完 Status s = storage->CreateBackup();之后接着调用 storage->LatestSeqNumber() + 1,可以拿到准确的位点吗。
如果不行的话,可以怎么处理比较好
Beta Was this translation helpful? Give feedback.
All reactions