Karma::Cluster
Inherits Reference < Object
Constructors
new
Sourcerestore(dump_dir) : Cluster
Sourcerestore_with_wal(dump_dir) : Cluster
SourceInstance methods
compact(name : String) : Bool
Sourcecompact
Sourcecreate(name : String) : CounterTree::Tree
Sourcedelete(name : String) : Bool
Sourcedelete_before(name : String, date : UInt64) : Bool
Sourcedump(name : String) : Slice(UInt8)
Sourcedump_all
Sourceeach_tree
Sourceget(name : String) : CounterTree::Tree
Sourcekey_count
Sourceload(name : String, io : Slice(UInt8)) : Bool
Sourcepick(name : String, &) : Nil
Sourcereplace(name : String, tree : CounterTree::Tree) : Bool
Sourcetree_count
Sourcetree_info(name : String)
Sourcetree_keys(name : String, limit : Int32, cursor : UInt64 | Nil)
Sourcetrees
Sourcevalidate!
Source