You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2009/10/04 17:46:36 UTC

[Cassandra Wiki] Update of "CassandraCli" by CurtMicol

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:
  {{{