From a8efd9f1cd6267d9e2a5bf67e897b357944a87fd Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Tue, 22 Mar 2022 16:17:53 +0300 Subject: [PATCH 1/2] readme: update version in header We don't need to explicitly set a version of Tarantool in header because it may confuse Tarantool users. Python connector supports Tarantool with versions below and upper version 1.6.0. Section below describes more details about compatibility of Tarantool and connector versions. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b9b4ccf7..a425f921 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -Python driver for Tarantool 1.6 -=============================== +Python driver for Tarantool +=========================== This package is a pure-python client library for `Tarantool`_. From 7dabe27367472af4f7db3dea6ab2e41219b9cd6f Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Tue, 22 Mar 2022 16:24:50 +0300 Subject: [PATCH 2/2] readme: fix formatting --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index a425f921..c605a921 100644 --- a/README.rst +++ b/README.rst @@ -65,8 +65,10 @@ Features * Lua packages for non-blocking I/O, fibers and HTTP * MsgPack data format and MsgPack based client-server protocol * Two data engines: + * memtx - the in-memory storage engine with optional persistence * vinyl - the on-disk storage engine to use with large data sets + * secondary key and index iterators support (can be non-unique and composite) * multiple index types: HASH, BITSET, TREE, RTREE * asynchronous master-master replication