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 DavidBiesack.
The comment on this change is: fix italics.
http://wiki.apache.org/cassandra/CassandraCli?action=diff&rev1=18&rev2=19

--------------------------------------------------

  [t...@keyspace1] set Standard2['jsmith']['age'] = '42'
  Value inserted.
  }}}
- '''''Note:''' ''the `use` command above is only available in Cassandra 0.7 
and later. You can skip it if you are using an earlier version.''
+ '''''Note:''''' ''the `use` command above is only available in Cassandra 0.7 
and later. You can skip it if you are using an earlier version.''
  
  In the example above we authenticated to 'Keyspace1' and created a record in 
the `Standard1` column family using the key `jsmith`. This record has three 
columns, `first`, `last`, and `age`. Each of these commands is the equivalent 
to an `insert()` using the [[API|Thrift API]].
  

Reply via email to