openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
lua-resty-redis
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Jul 23, 2024 — Jul 23, 2025
Showing page 3 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
bumped version to 0.25.
Yichun Zhang (agentzh)
More...
almost 9 years ago
doc: fixed links pointing to wiki.nginx.org.
Yichun Zhang (agentzh)
More...
almost 9 years ago
bumped version to 0.24.
Yichun Zhang (agentzh)
More...
about 9 years ago
feature: now this module automatically generate Lua methods for *any* Redis commands the caller attempts to use.
spacewander
More...
about 9 years ago
feature: added initial travis ci support.
Ilya Shipitsin
More...
about 9 years ago
bugfix: added tostring() calls to avoid the "attempt to concatenate local 'prefix' (a nil value)" error in _read_reply().
alvin
More...
about 9 years ago
optimize: we now alway call tostring() upon args in redis query methods.
doujiang24
More...
over 9 years ago
Merge pull request #76 from bhanuvrat/patch-1
Yichun Zhang
More...
over 9 years ago
correct a typo
Anuvrat Parashar
More...
over 9 years ago
Merge branch 'master' of github.com:openresty/lua-resty-redis
Yichun Zhang (agentzh)
More...
over 9 years ago
doc: various updates.
Yichun Zhang (agentzh)
More...
over 9 years ago
Merge pull request #74 from moonbingbing/master
Yichun Zhang
More...
over 9 years ago
Remove the final semicolon, keep the code style
WenMing
More...
over 9 years ago
fixed Makefile to allow relative paths in LUA_LIB_DIR when DESTDIR is not specified.
Yichun Zhang (agentzh)
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.
Yichun Zhang (agentzh)
More...
over 9 years ago
Merge pull request #71 from bungle/master
Yichun Zhang
More...
over 9 years ago
Commented out unused error from locals, added type and tostring to locals.
Aapo Talvensaari
More...
over 9 years ago
added a .gitattributes file to correct GitHub's language tag.
Yichun Zhang (agentzh)
More...
over 9 years ago
doc: updated the copyright years.
Yichun Zhang (agentzh)
More...
over 9 years ago
doc: check redis pipelined requests' return values more strictly.
doujiang24
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.
Yichun Zhang (agentzh)
More...
over 10 years ago
doc: mentioned the "bad request" error in the "Limitations" section.
Yichun Zhang (agentzh)
More...
about 11 years ago
doc: mentioned the maxclients redis parameter too.
Yichun Zhang (agentzh)
More...
over 11 years ago
doc: added a new section "Check List for Issues".
Yichun Zhang (agentzh)
More...
over 11 years ago
tested the select() command also.
Yichun Zhang (agentzh)
More...
over 11 years ago
fixed a test case for redis 2.8.x.
Yichun Zhang (agentzh)
More...
over 11 years ago
suppressed a false positive in libdl.
Yichun Zhang (agentzh)
More...
over 11 years ago
removed the years from the in-source copyright.
Yichun Zhang (agentzh)
More...
over 11 years ago
bumped version to 0.20.
Yichun Zhang (agentzh)
More...
over 11 years ago
fixed a test case that could fail due to machine differences.
Yichun Zhang (agentzh)
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree