0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bumped version to 0.25. More... almost 9 years ago
doc: fixed links pointing to wiki.nginx.org. More... almost 9 years ago
bumped version to 0.24. More... about 9 years ago
feature: now this module automatically generate Lua methods for *any* Redis commands the caller attempts to use. More... about 9 years ago
feature: added initial travis ci support. More... about 9 years ago
bugfix: added tostring() calls to avoid the "attempt to concatenate local 'prefix' (a nil value)" error in _read_reply(). More... about 9 years ago
optimize: we now alway call tostring() upon args in redis query methods. More... over 9 years ago
Merge pull request #76 from bhanuvrat/patch-1 More... over 9 years ago
correct a typo More... over 9 years ago
Merge branch 'master' of github.com:openresty/lua-resty-redis More... over 9 years ago
doc: various updates. More... over 9 years ago
Merge pull request #74 from moonbingbing/master More... over 9 years ago
Remove the final semicolon, keep the code style More... over 9 years ago
fixed Makefile to allow relative paths in LUA_LIB_DIR when DESTDIR is not specified. More... over 9 years ago
optimize: moved string concatenation for the redis request construction onto the C land. thanks Dejiang Zhu for the patch in #73. More... over 9 years ago
Merge pull request #71 from bungle/master More... over 9 years ago
Commented out unused error from locals, added type and tostring to locals. More... over 9 years ago
added a .gitattributes file to correct GitHub's language tag. More... over 9 years ago
doc: updated the copyright years. More... over 9 years ago
doc: check redis pipelined requests' return values more strictly. More... about 10 years ago
bugfix: the "attempt to call local new_tab (a table value)" error might happen when LuaJIT 2.0 was used and a local Lua module named "table.new" was visible. thanks Michael Pirogov for the report in #51. More... over 10 years ago
doc: mentioned the "bad request" error in the "Limitations" section. More... about 11 years ago
doc: mentioned the maxclients redis parameter too. More... over 11 years ago
doc: added a new section "Check List for Issues". More... over 11 years ago
tested the select() command also. More... over 11 years ago
fixed a test case for redis 2.8.x. More... over 11 years ago
suppressed a false positive in libdl. More... over 11 years ago
removed the years from the in-source copyright. More... over 11 years ago
bumped version to 0.20. More... over 11 years ago
fixed a test case that could fail due to machine differences. More... over 11 years ago