We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8efd9f commit d2d9360Copy full SHA for d2d9360
README.rst
@@ -65,8 +65,8 @@ Features
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
+ - memtx - the in-memory storage engine with optional persistence
+ - 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
0 commit comments