My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links
  • Blogs
  • dH

Pure PHP implementation of the binary Tokyo Tyrant 1.1.11 protocol

Tokyo Cabinet <http://tokyocabinet.sourceforge.net/> is a "super hyper ultra database manager" written and maintained by Mikio Hirabayashi and released under the LGPL.

Tokyo Tyrant is the de facto database server for Tokyo Cabinet written and maintained by the same author. It supports a REST HTTP protocol, memcached, and its own simple binary protocol. This library implements the full binary protocol for the Tokyo Tyrant 1.1.11 in pure Python as defined here::

http://tokyocabinet.sourceforge.net/tyrantdoc/

http://www.igvita.com/2009/02/13/tokyo-cabinet-beyond-key-value-store/

A more advanced PHP Client (by Bertrand Mansion) now can be found here:

http://mamasam.indefero.net/p/tyrant/

Powered by Google Project Hosting