hibari / hibari-doc

Hibari is a production-ready, distributed, ordered key-value, big data store. Hibari uses chain replication for strong consistency, high-availability, and durability. Hibari has excellent performance especially for read and large value operations.
http://hibari.github.com/hibari-doc
Other
9 stars 1 forks source link

Application Developer's Guide - remove deprecated timeout = 'infinity' #6

Open norton opened 13 years ago

norton commented 13 years ago

Infinity is no longer supported as a valid timeout for native Erlang Client API.

See https://github.com/hibari/gdss-client/issues/5 for the original change request.

UBF, Thrift, etc. client APIs should also be double checked.