basho / riak-php-client

PHP clients for Riak
Apache License 2.0
160 stars 69 forks source link

Add timeout settings #75

Closed RyanGordon closed 9 years ago

RyanGordon commented 10 years ago

It would be great if timeout settings could be added to this library (for graceful degradation on the application) per https://github.com/basho/riak-python-client/issues/253

christophermancini commented 9 years ago

This feature will be supported in the 2.x rewrite being released within the next few days, via the withParameter() on any of the Command builders. Docs and examples will be provided upon release.