Skip to content

audrencezar/lua-tokyotyrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation


tokyotyrant.lua

Depends on
  - nixio  (for sockets and bitwise operations)
  - Roberto Ierusalimschy's struct module
  - A tokyotyrant server to connect to
( Batteries not included )

Simple Usage Example
  > tyr = require'tokyotyrant'
  > rdb = tyr.RDB()
  > rdb:open(host, port)  --defaults to 'localhost' and '1978'
  > rdb.foo = 'foo!'  --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.

About

Tokyo Tyrant Interface for Lua. Ported from Mikio Hirabayashi's 'tokytyrant.rb'.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages