struct Agave::Commands::PING
Defined in:
commands/ping.cr
Class Method Summary
Instance Method Summary
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
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
call(command : Array(Value), data : Data, expirations : Expirations, locks : LockPool)
call
Class Method Detail
Instance Method Detail