NAME
Voldemort::Connection
METHODS
connect
Instructs a Connection object to connect.
discconect
Instructs a Connection object to disconnect.
select
Returns an IO::Select object of the current connection.
is_connected
Moose boolean property indicating if the current connection should be available.
socket
Moose IO::Socket property used for communication.
to
Moose string property in the format of host:port where to connect to. Required.
delete_handler, put_handler, get_handler
Moose Voldemort::Message property handling gets, puts and deletes.