Provides a wrapper to the Tokyo Tyrant client library.
tokyo_tyrant extension provides object oriented API for communicating
with Tokyo Tyrant key-value store.
This extension requires Tokyo Cabinet, Tokyo Tyrant and PHP version 5.2.0+.
License: PHP License
This package is not maintained, if you would like to take over please go to this page.
Version | Release | Download |
0.7.0 | 2012-12-09 | tokyo_tyrant-0.7.0.tgz |
0.6.0 | 2011-02-22 | tokyo_tyrant-0.6.0.tgz |
0.5.0 | 2010-06-09 | tokyo_tyrant-0.5.0.tgz |
0.4.0 | 2010-03-29 | tokyo_tyrant-0.4.0.tgz |
0.3.0 | 2010-02-28 | tokyo_tyrant-0.3.0.tgz |
Version | Message |
0.7.0 | - PHP 5.4 support |
0.6.0 |
- Fixes PECL Bug #18005 - Fixes PECL Bug #18344 - Fix memory allocation error - Binary safety fixes (Isamu Arimoto) - TokyoTyrantTable::put cuts integer key of 2nd argment array. (Isamu Arimoto) |
0.5.0 | - Fix crash when session_regenerate_id(true) is called |
0.4.0 |
- Fix restore method to use correct timestamp precision - Dual license under PHP and BSD licenses |
0.3.0 |
- Added multiget for tables. Thanks to Devin - Fixed binary safety on table methods |