class
Karma::Commands::FastIncrementJob
- Karma::Commands::FastIncrementJob
- Reference
- Object
Defined in:
command.crConstructors
Instance Method Summary
- #bucket : UInt64
- #cluster : Cluster
- #key : UInt64
- #result : Channel(Exception | Nil)
- #series_name : String
- #value : UInt64
Constructor Detail
def self.new(cluster : Cluster, series_name : String, key : UInt64, bucket : UInt64, value : UInt64, result : Channel(Exception | Nil))
#