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 17 hours
ago. based on code collected
about 17 hours
ago.
Aug 07, 2024 — Aug 07, 2025
Showing page 7 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
updated valgrind.suppress.
agentzh (章亦春)
More...
over 13 years ago
fixed timeout settings in the tests for valgrind + mockeagain.
agentzh (章亦春)
More...
over 13 years ago
fixed cjson lookup path for the tests.
agentzh (章亦春)
More...
over 13 years ago
added a test for a bug in ngx_lua (github issue #108).
agentzh (章亦春)
More...
over 13 years ago
updated .gitignore.
agentzh (章亦春)
More...
over 13 years ago
README: fixed a typo found by Lance.
agentzh (章亦春)
More...
over 13 years ago
bumped version number to 0.08.
agentzh (章亦春)
More...
over 13 years ago
fixed the test plan in pipeline.t and also fixed TEST 11 in sanity.t which did not flushall at the beginning.
agentzh (章亦春)
More...
over 13 years ago
Merge branch 'master' of github.com:agentzh/lua-resty-redis
agentzh (章亦春)
More...
over 13 years ago
documented the new Redis pipelining API; also added one more (passing) test case for it.
agentzh (章亦春)
More...
over 13 years ago
feature: implemened redis pipelining API by adding new methods init_pipeline, commit_pipeline, and cancel_pipeline.
agentzh (章亦春)
More...
over 13 years ago
minor code refactoring.
agentzh (章亦春)
More...
over 13 years ago
bumped version to 0.07.
agentzh (章亦春)
More...
over 13 years ago
feature: added "evalsha" to the redis command table. thanks Chris Love.
agentzh (章亦春)
More...
over 13 years ago
checked in version.t.
agentzh (章亦春)
More...
over 13 years ago
feature: added _VERSION field. also bumped version number to 0.06.
agentzh (章亦春)
More...
over 13 years ago
updated Makefile.
agentzh (章亦春)
More...
over 13 years ago
Merge branch 'master' of github.com:agentzh/lua-resty-redis
agentzh (章亦春)
More...
over 13 years ago
fixed a typo in README: the syntax spec for get_reused_times was wrong. thanks 万珣新.
agentzh (章亦春)
More...
over 13 years ago
Makefile: now OPENRESTY_PREFIX default to /usr/local/openresty-debug.
agentzh (章亦春)
More...
over 13 years ago
updated tests for latest ngx_lua.
agentzh (章亦春)
More...
over 13 years ago
added a link to lua-resty-mysql in README "SEE ALSO".
agentzh (章亦春)
More...
over 13 years ago
some formatting fixes in README.
agentzh (章亦春)
More...
over 13 years ago
fixed a typo in README.
agentzh (章亦春)
More...
over 13 years ago
fixed a typo in README.
agentzh (章亦春)
More...
over 13 years ago
fixed a missing semicolon in the Synopsis code sample. thanks smallfish.
agentzh (章亦春)
More...
over 13 years ago
minor optimizations by eliminating dynamic table entry lookup wherever possible.
agentzh (章亦春)
More...
over 13 years ago
API change: now redis nil bulk replies and nil multi-bulk replies will result in ngx.null return values; redis error replies will result in `false`, `err` two return values.
agentzh (章亦春)
More...
over 13 years ago
only return a single nil.
agentzh (章亦春)
More...
over 13 years ago
fixed the multi-bulk reply parser. thanks 付超群.
agentzh (章亦春)
More...
over 13 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