Update the versions (python,rocksdb) pyrocksdb 0.4 was tested with.

This commit is contained in:
hofmockel 2015-08-30 12:22:52 +02:00
parent cfa5ff5e9b
commit df29b425d3
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ Changelog
Version 0.4 Version 0.4
----------- -----------
This version works with RocksDB v3.12.
* Added :py:func:`repair_db`. * Added :py:func:`repair_db`.
* Added :py:meth:`rocksdb.Options.row_cache` * Added :py:meth:`rocksdb.Options.row_cache`

View file

@ -11,7 +11,7 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
print db.get(b"a") print db.get(b"a")
Tested with python2.7 and python3.3 and RocksDB version 3.11 Tested with python2.7 and python3.4 and RocksDB version 3.12
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2