Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tokyo Cabinet & .Net

Is it possible to use Tokyo Cabinet with any of the .Net Languages, preferably VB10? How about Tokyo Tyrant? Preferably without going through LUA/Ruby or other wrappers..

If there's no easy way in doing so, can you recommend other fast Key-Value Database which can be used?

like image 602
GaiusSensei Avatar asked Jul 21 '09 18:07

GaiusSensei


1 Answers

I've just published a .NET wrapper for Tokyo Tyrant on CodePlex. It supports the key/value interface as well as the table database mode. It also has a comprehensive example app that should get you started quickly.

like image 69
rusvdw Avatar answered Sep 21 '22 23:09

rusvdw