This module implements the pure Java client which connects to the server of Tokyo Tyrant and speaks its original binary protocol.
Please let me know if have a problem or a suggestion.
News
Tokyo Tyrant protocol changes
- sync, optimize, vanish, copy, restore and setmst don't work with Tokyo Tyrant 1.1.23 or above. See issue1 for detail.
0.9
- Tokyo Tyrant protocol 0.91. sync, optimize, vanish, copy, restore and setmst don't work with Tokyo Tyrant 1.1.22 or below.
0.8.2 released
- Minor enhancements.
0.8.1 released
- Fixed an error of MRDB#stat
0.8 released
- Changed return value type of the fwmkey to array from list.
- Added more tests.
- Internal structure changes.
0.7 released
- RDB#putnr is working. Putnr#getReturnValue returns null instead throwing UnsupportedOperationException.
- Configurable bufferCapacity and bufferHighwatermark.