@@ -61,24 +61,24 @@ Redis. It's open source, `BSD licensed`_.
61
61
Features
62
62
--------
63
63
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
74
74
75
75
See More
76
76
^^^^^^^^
77
77
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 `_
82
82
83
83
NOTE
84
84
^^^^
0 commit comments