• Stars
    star
    6
  • Rank 2,536,896 (Top 51 %)
  • Language
    C
  • Created about 12 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A key-value memory store. It used shared memory, so multiple processes can read while a process is writing to it. The performance of reading and writing is quite good, as all the operations are in the memory! So far,the bindings of nodejs, python and lua have been developed. And the nginx C module 'ngx_touchdb' has also been developed, which can make nginx reads from touchdb.