class Mosquito::Metadata
- Mosquito::Metadata
- Reference
- Object
Overview
Provides a real-time metadata store. Data is not cached, which allows multiple workers to operate on the same structures in real time.
Each read or write incurs a round trip to the backend.
Defined in:
mosquito/metadata.crConstructors
Instance Method Summary
- #[]=(key : String, value : String)
- #[]?(key : String) : String | Nil
- #decrement(key)
- #increment(key, by increment : Int32)
- #increment(key)
- #inspect(*args, **options)
- #inspect(*args, **options, &)
- #readonly? : Bool
- #root_key : String
- #root_key=(root_key : String)
- #to_h : Hash(String, String)
- #to_s(*args, **options)
- #to_s(*args, **options, &)