Ben Wilber
Ben Wilber
I'm seeing this issue as well. ``` redis-lua 2.0.4-1 (installed) - /usr/local/lib/luarocks/rocks ``` ``` lua local redis = require("redis") local r = redis.connect() r:pipeline(function(pipe) pipe:zadd("FOO", 1, "BAR") pipe:zadd("FOO", 2, "BAZ")...
I would love to provide Docker support! But unfortunately I don't know anything about Docker. Would you be able to provide support for Docker? PRs are welcome!
Thanks a lot for working on this! It really looks great! > Can the three nginx servers be reduced to a single one? Not sure why they are separate. I...
This implementation is specific to PostgreSQL.
@harrisoncramer I just changed my workflow to use [OpenResty's LuaJIT distribution](https://github.com/openresty/luajit2). It's the same as the standard LuaJIT, which is based on Lua 5.1, except they've back-ported a few things...