Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "CassandraCli" page has been changed by CurtMicol:
http://wiki.apache.org/cassandra/CassandraCli?action=diff&rev1=5&rev2=6

  The CLI is a simple java program that lets you connect to a Cassandra server 
and interactively store and retrieve data.
  After starting the Cassandra server, launch the CLI using:
  
+ {{{
-   * `bin/cassandra-cli --host localhost --port 9160`
+ ./bin/cassandra-cli --host localhost --port 9160`
+ }}}
  
  You should see:
  {{{

Reply via email to