fix missing iteration-optimized read options on several stream types
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
d59f68a51a
commit
94f2384fb0
6 changed files with 28 additions and 18 deletions
|
@ -34,7 +34,8 @@ use conduwuit::Result;
|
|||
use rocksdb::{AsColumnFamilyRef, ColumnFamily, ReadOptions, WriteOptions};
|
||||
|
||||
pub(crate) use self::options::{
|
||||
cache_read_options_default, iter_options_default, read_options_default, write_options_default,
|
||||
cache_iter_options_default, cache_read_options_default, iter_options_default,
|
||||
read_options_default, write_options_default,
|
||||
};
|
||||
use crate::{watchers::Watchers, Engine};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue