[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua-tokyotyrant
- From: Phoenix Sol <phoenix@...>
- Date: Sat, 25 Jul 2009 12:02:18 -0500
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