Open lumina7 opened 4 years ago
Hello, @lumina7 !
Perhaps, my experience will be useful. I have explored Tokyo Cabinet carefully before start using it in my project. It works as expected for me. Some notes I found earlier:
Have you tried TokyoTyrant network interface as example? -
The only problem I found is TokyoTyrant doesn't work with latest Lua version. But it was easy to fix: https://github.com/antoncom/tokyo-tyrant/issues/1
Tokyocabinet does support in-memory dbs, but here the crystal language bindings do not.
This is not a port to tokyocabinet, this git are the bindings.
@lumina7 Thank you for the reply! Sorry for misunderstanding! Best regards!
https://fallabs.com/tokyocabinet/spex-en.html#tcadbapi
TokyoCabinet support inmemory dbs, but I don't see any implementation of this. Can it be done? Thank you