lua-users home
lua-l archive

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


Hi, list!

Announcing lua-hiredis release 0.1.1.

https://github.com/agladysh/lua-hiredis

This is a bugfix release. Changes:

  * Fixed bug with Lua data stack handling in STATUS replies.
    (Affected MULTI/EXEC queries mostly.)

  * Updated bundled hiredis to v0.9.2-38-gd5b18b5

This MIT-licensed Lua module binds hiredis[1] C client library for
Redis[2] server.

Redis is an open source, advanced key-value store. It is often
referred to as a data structure server since keys can contain strings,
hashes, lists, sets and sorted sets.[3]

Hiredis is a minimalistic C client library for the Redis database.[4]

Rockspecs:

https://github.com/agladysh/lua-hiredis/raw/master/rockspec/lua-hiredis-0.1.1-1.rockspec
https://github.com/agladysh/lua-hiredis/raw/master/rockspec/lua-hiredis-scm-1.rockspec

Note that the code is still warm from the keyboard, and not thoroughly
tested (however it passes whatever ad-hoc tests I have written). Not
recommended for production until I release next version. Early
adopters welcome!

Also: any feedback welcome!

Alexander.

[1] — https://github.com/antirez/hiredis
[2] — http://redis.io
[3] — http://redis.io/topics/introduction
[4] — https://github.com/antirez/hiredis/blob/master/README.md