lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


http://github.com/phoenixsol/lua-tokyotyrant

Implements all features of Mikio Hirabayashi's tokytyrant.rb, but needs testing.

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!

Feedback much appreciated.


Phoenix Sol