Skip to content

Commit

Permalink
update docs to point to C* 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch authored and thobbs committed Jul 17, 2012
1 parent 195a302 commit 332800a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ pycassa |release| Documentation
===============================
pycassa is a Python client for
`Apache Cassandra <http://cassandra.apache.org>`_.
The latest release of pycassa is fully compatible with Cassandra 0.8 and
1.0, and is compatible with the data API of Cassandra 0.7.
The latest release of pycassa is fully compatible with Cassandra 0.8 to
1.1, and is compatible with the data API of Cassandra 0.7.

pycassa is open source under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_.
The source code repository for pycassa can be found on `Github <http://github.com/pycassa/pycassa>`_.
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This connects to a local instance of Cassandra and creates a keyspace
named 'Keyspace1' with a column family named 'ColumnFamily1'.

You can find further `documentation for the CLI online
<http://www.datastax.com/docs/1.0/dml/using_cli>`_.
<http://www.datastax.com/docs/1.1/dml/using_cli>`_.

Using pycassaShell
^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -249,7 +249,7 @@ with keys 'row_key1' through 'row_key9', we can do this:
.. note:: Cassandra must be using an OrderPreservingPartitioner for you to be
able to get a meaningful range of rows; the default, RandomPartitioner,
stores rows in the order of the MD5 hash of their keys. See
http://www.datastax.com/docs/1.0/cluster_architecture/partitioning.
http://www.datastax.com/docs/1.1/cluster_architecture/partitioning.

The last way to get multiple rows at a time is to take advantage of
secondary indexes by using :meth:`~pycassa.columnfamily.ColumnFamily.get_indexed_slices()`,
Expand Down

0 comments on commit 332800a

Please sign in to comment.