public
Description: An Erlang client for Tokyo Tyrant (speaks Tokyo Tyrant's TCP/IP protocol).
Homepage: http://blog.poundbang.in
Clone URL: git://github.com/mallipeddi/tora.git
tora /
README.markdown

tora

tora is an Erlang client for Tokyo Tyrant. tora speaks Tokyo Tyrant's TCP/IP protocol. This allows for more API calls than what's possible by using the memcached protocol or HTTP which Tokyo Tyrant also supports.

  • If all you want to do is put & get, then you probably don't need this. Use a memcache client or just use HTTP.
  • If you want to directly use Tokyo Cabinet w/o Tokyo Tyrant, then you want tcerl.

Install

$make
$make test (you need eunit to run the tests)
$make docs