Memcached::Response
Constants
STATUSES = {"no_error" => 0, "key_not_found" => 1, "key_exists" => 2, "value_too_large" => 3, "invalid_arguments" => 4, "item_not_stored" => 5, "incr_recr_on_non_numeric_value" => 6, "the_vbucket_belongs_to_another_server" => 7, "authentication_error" => 8, "authentication_continue" => 9, "unknown_command" => 129, "out_of_memory" => 130, "not_supported" => 131, "internal_error" => 132, "busy" => 133, "temporary_failure" => 134}
Constructors
Instance methods
body
Sourceextras
Sourcekey_length
Sourceopcode
Sourcestatus_code
Sourcestatus_is?(status)
Sourcesuccessful?
Sourceversion
Source