| Projects on Google Code | Results 1 - 4 of 4 |
Offers a very low level (and very thin) interface to the Tokyo Tyrant native network protocol, as described [http://tokyocabinet.sourceforge.net/tyrantdoc/#protocol here]. Rather than provide a user-level client API such as [http://code.google.com/p/tokyotyrant-java/ tokyotyrant-java], this library...
pytyrant is a pure python client implementation of the binary Tokyo Tyrant
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 serve...
tokyo tyrant (ttserver) java client
Tyrond 是一个 Java 的 TTserver 客户端。
0.1 版实现:
实现基本的 TTServer 二进制协议:get、mget、put、putkeep、putcat、putshl、putnr、out、addint、vsiz、iterinit、iternext、rnum、size、stat。
未实现的协议:fwmkeys、adddouble、ext、sync、optimize、vanish、copy、restore、setmst、misc。
下来的任务:
* 实现剩下的协议...
A pythonic python-only implementation of Tokyo Tyrant protocol.
Table extension and query operations are also implementend. _Python 2.4+ is needed_
This library takes a "pythonic" approach to make it more clear and easy to implement. This code is based on [http://code.google.com/p/pytyrant pyty...