0
I Use This!
Very Low Activity

Commits : Listings

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