tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB
http://rocksdb.org
MIT License
940 stars 269 forks source link

Add CreateNewBackupFlush alongside CreateNewBackup #177

Closed kr-mohak closed 5 years ago

kr-mohak commented 5 years ago

CreateNewBackupFlush, when called with flush set to true, flushes the WAL before creating the backup.

kr-mohak commented 5 years ago

Closing this PR and opening a separate one.