Subject: | Select timeout and not documented feature |
When connecting to a remote memcached server, when the response time of
it is too low for the default timeout value set for the select call, in
case of a get the result is 'undef'.
It turned out that there are 2 undocumented features as the code states,
that are select_timeout and connect_timeout. Tuning those makes the
module also work well when playing with remote memcached servers.
I think these two option would be worth to document, even if 94% of time
is used locally.
BTW, wonderful software.
Kind regards,
Florian