Kiwi::LevelDBStore
Inherits Kiwi::Store < Reference < Object
Constructors
new(leveldb : LevelDB::DB)
SourceInstance methods
clear
Sourcedelete(key : String) : String | Nil
Sourceget(key : String) : String | Nil
Sourceset(key : String, val : String) : String
Sourceset_snapshot(snapshot : LevelDB::Snapshot)
Sourceunset_snapshot
Source