@@ -61,24 +61,24 @@ Redis. It's open source, `BSD licensed`_.
6161Features
6262--------
6363
64- * ANSI SQL, including views, joins, referential and check constraints
65- * Lua packages for non-blocking I/O, fibers and HTTP
66- * MsgPack data format and MsgPack based client-server protocol
67- * Two data engines:
68- * memtx - the in-memory storage engine with optional persistence
69- * vinyl - the on-disk storage engine to use with large data sets
70- * secondary key and index iterators support (can be non-unique and composite)
71- * multiple index types: HASH, BITSET, TREE, RTREE
72- * asynchronous master-master replication
73- * authentication and access control
64+ * ANSI SQL, including views, joins, referential and check constraints
65+ * Lua packages for non-blocking I/O, fibers and HTTP
66+ * MsgPack data format and MsgPack based client-server protocol
67+ * Two data engines:
68+ * memtx - the in-memory storage engine with optional persistence
69+ * vinyl - the on-disk storage engine to use with large data sets
70+ * secondary key and index iterators support (can be non-unique and composite)
71+ * multiple index types: HASH, BITSET, TREE, RTREE
72+ * asynchronous master-master replication
73+ * authentication and access control
7474
7575See More
7676^^^^^^^^
7777
78- * `Tarantool Homepage `_
79- * `Tarantool at Github `_
80- * `Tarantool User Guide `_
81- * `Client-server Protocol Specification `_
78+ * `Tarantool Homepage `_
79+ * `Tarantool at Github `_
80+ * `Tarantool User Guide `_
81+ * `Client-server Protocol Specification `_
8282
8383NOTE
8484^^^^
0 commit comments