Revision: d50418e080c3
Author: Tomaz Muraus <[email protected]>
Date: Fri Dec 2 13:23:47 2011
Log: Update readme.
http://code.google.com/a/apache-extras.org/p/cassandra-node/source/detail?r=d50418e080c3
Modified:
/README.md
=======================================
--- /README.md Thu Oct 27 11:28:01 2011
+++ /README.md Fri Dec 2 13:23:47 2011
@@ -64,6 +64,9 @@
user: [optional] cassandra user
pass: [optional] cassandra password
use_bigints: [optional] boolean. toggles whether or not BigInteger or
Number instances are in results.
+ timeout: [optional] number. Connection timeout. Defaults to 4000ms.
+ log_time: [optional] boolean. Log execution time for all the
queries.
+ Timing is logged to 'node-cassandra-client.driver.timing'
route. Defaults to false.
### Getting data
**NOTE:** You'll only get ordered and meaningful results if you are using
an order-preserving partitioner.
@@ -97,6 +100,9 @@
maxSize : Maximum number of connection to pool (optional).
idleMillis : Idle connection timeout in milliseconds (optional).
use_bigints: boolean indicating whether or not to use BigInteger or
Number in numerical results.
+ timeout: : [optional] number. Connection timeout. Defaults to 4000ms.
+ log_time : [optional] boolean. Log execution time for all the
queries.
+ Timing is logged to 'node-cassandra-client.driver.timing'
route. Defaults to false.
Queries are performed using the `execute()` method in the same manner as
`Connection`,
(see above). For example: