struct PlaceOS::Edge::Protocol::Message::ProxyRedis
- PlaceOS::Edge::Protocol::Message::ProxyRedis
- PlaceOS::Edge::Protocol::Client::Request
- PlaceOS::Edge::Protocol::Message::Body
- Struct
- Value
- Object
Defined in:
placeos-edge/protocol.crConstructors
- .new(action : PlaceOS::Driver::Protocol::Management::RedisAction, hash_id : String, key_name : String, status_value : Nil | String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #action : RedisAction
- #hash_id : String
- #key_name : String
- #status_value : String | Nil
- #type : Type
Constructor methods inherited from struct PlaceOS::Edge::Protocol::Client::Request
new(pull : JSON::PullParser)
new
Constructor methods inherited from struct PlaceOS::Edge::Protocol::Message::Body
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(action : PlaceOS::Driver::Protocol::Management::RedisAction, hash_id : String, key_name : String, status_value : Nil | String)
#