class Kiwi::LevelDBStore
- Kiwi::LevelDBStore
- Kiwi::Store
- Reference
- Object
Defined in:
kiwi/leveldb_store.crConstructors
Instance Method Summary
- #clear : Store
-
#create_snapshot : LevelDB::Snapshot
exclusive LevelDB API
- #delete(key : String) : String | Nil
- #get(key : String) : String | Nil
- #set(key : String, val : String) : String
- #set_snapshot(snapshot : LevelDB::Snapshot)
- #unset_snapshot