# lua-tokyotyrant **Repository Path**: mirrors_daurnimator/lua-tokyotyrant ## Basic Information - **Project Name**: lua-tokyotyrant - **Description**: Tokyo Tyrant Interface for Lua. Ported from Mikio Hirabayashi's 'tokytyrant.rb'. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tokyotyrant.lua Depends on - luasocket - Roberto Ierusalimschy's struct module - A tokyotyrant server to connect to ( Batteries not included ) Simple Usage Example > tyr = require "tokyotyrant" > rdb = tyr.rdb.new ( ) > rdb:open ( host , port ) --defaults to 'localhost' and '1978' > rdb.foo = 'foo!' --does put command > rdb:put ( "bar" , "bar!" ) -- also does put command > =rdb.foo --does get command foo! Implements all features of Mikio Hirabayashi's tokyocabinet.rb. All your database are belong to Mikio.