Changes between Version 13 and Version 14 of waue/2011/1107


Ignore:
Timestamp:
Nov 9, 2011, 5:06:44 PM (12 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2011/1107

    v13 v14  
    1818 * Cassandra PHP Client Library:
    1919[https://github.com/kallaspriit/Cassandra-PHP-Client-Library]
     20[https://github.com/kallaspriit/Cassandra-PHP-Client-Library/wiki API Library Graph]
    2021
    2122 * 順便對照以前寫得內容
     
    3334
    3435bin/cassandra
    35 
    36 
    3736}}}
    3837
     
    4241
    4342 * 驗證
    44 
    4543{{{
    4644bin/cassandra-cli -h localhost
     
    4947show schema;
    5048list user;
     49}}}
     50 * 結果
     51{{{
     52#!text
     53[default@CassandraExample] list user; 
     54Using default limit of 100
     55-------------------
     56RowKey: 6a616e652e646f65
     57=> (column=age, value=24, timestamp=-126335541)
     58=> (column=email, value=jane@doe.com, timestamp=-126335541)
     59=> (column=name, value=Jane Doe, timestamp=-126335541)
     60-------------------
     61RowKey: 636875636b
     62=> (column=age, value=24, timestamp=-126333665)
     63=> (column=email, value=chuck@norris.com, timestamp=-126333665)
     64=> (column=name, value=Chuck Norris, timestamp=-126333665)
     65-------------------
     66RowKey: 6a6f686e
     67=> (column=age, value=34, timestamp=-126397246)
     68=> (column=email, value=john@smith.com, timestamp=-126397246)
     69=> (column=name, value=John Smith, timestamp=-126397246)
    5170
     713 Rows Returned.
    5272}}}
    53 
    5473----
    5574