struct Agave::Commands::INCRBY

Defined in:

commands/incrby.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from struct Agave::Commands::Integers

integer? : Int64 | Nil integer?

Class methods inherited from struct Agave::Commands::Integers

command_name command_name

Instance methods inherited from struct Agave::Commands::Command

call call, check_expired!(*keys : String, now : Time = Time.utc) check_expired!, command : Array(Value) command, data : Data data, expirations : Expirations expirations, key key, key_index key_index, lock(key : String, &) lock

Constructor methods inherited from struct Agave::Commands::Command

new(command : Array(Agave::Value), data : Hash(String, Array(Agave::Value) | Bool | Float64 | Hash(String, Agave::Value) | Int64 | Set(Agave::Value) | String | Time), expirations : Hash(String, Time), locks : Agave::LockPool) new

Class methods inherited from struct Agave::Commands::Command

call(command : Array(Value), data : Data, expirations : Expirations, locks : LockPool) call

Class Method Detail

def self.command_name #

Instance Method Detail

def call #

[View source]