[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Non SQL databases
- From: Scott Vokes <vokes.s@...>
- Date: Sun, 2 May 2010 13:54:33 -0400
On Sat, May 1, 2010 at 1:36 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> On Sat, May 1, 2010 at 11:45 AM, Luciano de Souza
> <luchyanus@predialnet.com.br> wrote:
>> But I am curious to know if there is a non SQL database compatible with Lua.
I have Lua libraries for Redis
(http://github.com/silentbicycle/sidereal) and memcached
(http://github.com/silentbicycle/lua-memcached). Both are designed to
support nonblocking usage, using Luasocket's async IO and yielding to
a coroutine scheduler when unable to read/write
Scott