https://github.com/ericflo/pytyrant
pytyrant is a pure python client implementation of the binary Tokyo Tyrant protocol (this is a fork where I'm working on better support for table databases)
https://github.com/ericflo/pytyrant
Last synced: 11 months ago
JSON representation
pytyrant is a pure python client implementation of the binary Tokyo Tyrant protocol (this is a fork where I'm working on better support for table databases)
- Host: GitHub
- URL: https://github.com/ericflo/pytyrant
- Owner: ericflo
- License: mit
- Created: 2009-05-22T05:13:37.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-05-22T08:47:36.000Z (about 17 years ago)
- Last Synced: 2024-04-15T01:15:05.555Z (about 2 years ago)
- Language: Python
- Homepage: http://code.google.com/p/pytyrant/
- Size: 77.1 KB
- Stars: 44
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
README
pytyrant is a pure python client implementation of the binary Tokyo Tyrant
protocol. Tokyo Cabinet 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/