class

Kiwi::LevelDBStore

Inherits Kiwi::Store < Reference < Object

Constructors

new(leveldb : LevelDB::DB)
Source

Instance methods

clear
Source
create_snapshot

exclusive LevelDB API

Source
delete(key : String) : String | Nil
Source
get(key : String) : String | Nil
Source
set(key : String, val : String) : String
Source
set_snapshot(snapshot : LevelDB::Snapshot)
Source
unset_snapshot
Source