tokyo.tyrant — Python Tokyo Tyrant interface.

New in version 0.6.0.

Platforms: POSIX

Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high performance, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo Cabinet.

Todo

Rewrite the previous section (copy/pasted from http://fallabs.com/tokyotyrant/).

See also

Fundamental Specifications of Tokyo Tyrant Version 1 for more information about Tokyo Tyrant.

exception tokyo.tyrant.Error
Raised when an error specific to Tokyo Tyrant happens.
tokyo.tyrant.version()
Returns the version string of the underlying Tokyo Tyrant library.

Previous topic

tokyo.dbmdbm compatible interface to tokyo.cabinet.

Next topic

Remote Database — RDB

This Page