From c3e889312e5deb97594b8486242867eade135810 Mon Sep 17 00:00:00 2001 From: Matthew Adams Date: Mon, 25 Nov 2013 09:27:07 -0600 Subject: [PATCH] updated readme --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 62cd2f006..e2cc10081 100644 --- a/readme.md +++ b/readme.md @@ -2,9 +2,6 @@ Spring Data Cassandra ===================== This is a Spring Data subproject for Cassandra that uses the binary CQL3 protocol via -the official DataStax 1.0.X Java driver (https://github.com/datastax/java-driver). +the official DataStax 1.x Java driver (https://github.com/datastax/java-driver). Supports native CQL3 queries in Spring Repositories. - -For now, you can get and start a local Cassandra instance via the \*n\*x script `test-support/get-and-start-cassandra`. -It stores the cassandra process id in the file `.cassandra/dist/dsc-cassandra-x.y.z/cassandra.pid`, where `x.y.z` is the latest version of Cassandra. You can use this process id to stop Cassandra via ``kill `cat .cassandra/dist/dsc-cassandra-x.y.z/cassandra.pid` ``. \ No newline at end of file