Skip to content

Commit 052f8c9

Browse files
committed
implementations: add tarantool
1 parent 412589b commit 052f8c9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

implementations.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,5 +2724,27 @@
27242724
"logCompaction": true,
27252725
"persistence": true
27262726
}
2727+
},
2728+
{
2729+
"repoURL": "https://github.com/tarantool/tarantool",
2730+
"name": "Tarantool",
2731+
"authors": [
2732+
{
2733+
"name": "Vladislav Shpilevoy",
2734+
"github": "Gerold103"
2735+
},
2736+
{
2737+
"name": "Sergey Petrenko",
2738+
"github": "sergepetrenko"
2739+
}
2740+
],
2741+
"language": "C",
2742+
"license": "BSD 2-Clause",
2743+
"features": {
2744+
"basic": true,
2745+
"membershipChanges": true,
2746+
"logCompaction": true,
2747+
"persistence": true
2748+
}
27272749
}
27282750
]

0 commit comments

Comments
 (0)