Dear Wiki user,

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

The "ClientExamples" page has been changed by JonathanEllis.
http://wiki.apache.org/cassandra/ClientExamples?action=diff&rev1=53&rev2=54

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

- =High level clients=
+ = High level clients =
  
  These are often more convenient than raw Thrift, which has a certain 
lowest-common-denominator flavor to it, because that's what it does.  But, it's 
good to understand the Thrift [[API]] to have an idea of what's going on under 
the hood.  See the individual clients for their respective documentation.
  
@@ -20, +20 @@

   * PHP :
    * http://github.com/mjpearson/Pandra/tree/master
  
- ===Older clients===
+ === Older clients ===
  
  These are not up to date with the latest Cassandra features.
  
@@ -30, +30 @@

   * Java:
    * http://code.google.com/p/cassandra-java-client
  
- =Thrift examples=
+ = Thrift examples =
  
  The rest of this page shows examples of using the low-level 
[[http://incubator.apache.org/thrift/|Thrift]] interface.
  

Reply via email to