class Tkrzw::DB
- Tkrzw::DB
- Reference
- Object
Defined in:
tkrzw/db.crConstructors
Class Method Summary
Instance Method Summary
- #[](key)
- #[]=(key, value)
- #clear!
- #close
- #count
- #del(key : String | Bytes) : Bool
- #each(&)
- #extract(key : String | Bytes) : String | Nil
- #extract_raw(key : String | Bytes, &)
- #file_size
- #finalize
- #get(key : String | Bytes) : String | Nil
- #get_raw(key : String | Bytes, &)
- #has_key?(key : String | Bytes) : Bool
- #healthy?
- #ordered?
-
#rebuild!(params = "")
to reduce file_size
- #set(key : String | Bytes, value : String | Bytes)
- #should_be_rebuilt?
- #writable?