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
R
redis2-nginx-module
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 11, 2024 — Aug 11, 2025
Showing page 5 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
turned off DDEBUG.
agentzh (章亦春)
More...
about 14 years ago
fixed github issue #5: CRLF in chunk data confused the response parser when packet segmentation happens. thanks dlogar.
agentzh (章亦春)
More...
about 14 years ago
confirmed that we work with nginx 1.0.2.
agentzh (章亦春)
More...
over 14 years ago
added a performance tuning section as per HowToMeetLadies.
agentzh (章亦春)
More...
over 14 years ago
more documentation added to README.
agentzh (章亦春)
More...
over 14 years ago
the redis pipelining support is no longer a TODO.
agentzh (章亦春)
More...
over 14 years ago
added a test case for incorrectly larger N argument in redis2_raw_queries.
agentzh (章亦春)
More...
over 14 years ago
turned off ddebug.
agentzh (章亦春)
More...
over 14 years ago
implemented the new redis2_raw_queries directive which supports multiple pipelined redis commands in a single TCP query.
agentzh (章亦春)
More...
over 14 years ago
now we have implemented redis command pipelining by using multiple redis2_query directives in a single location. also updated the document to reflect this change.
agentzh (章亦春)
More...
over 14 years ago
git ignore buildroot/.
agentzh (章亦春)
More...
over 14 years ago
simplified the reply parser code a lot by merging single_line_reply, bulk_reply, and multi_bulk_reply parsers into a single ragel machine. this will also pave the road to full redis pipelining support.
agentzh (章亦春)
More...
over 14 years ago
updated util/build.sh for building independent nginx.
agentzh (章亦春)
More...
over 14 years ago
documented the various timeout config directives. thanks Mike Ferrier.
agentzh (章亦春)
More...
over 14 years ago
fixed a typo in the source code reported by Rares Mirica.
agentzh (章亦春)
More...
over 14 years ago
added a note regarding \\r\\n and \r\n escaping sequence.
agentzh (章亦春)
More...
over 14 years ago
fixed the multi-bulk parser: we did not allow zero digit in the bulk count number. sigh. and we did not allow empty multi bulk list. also applied some minor optimizations there.
agentzh (章亦春)
More...
over 14 years ago
git ignore more files.
agentzh (章亦春)
More...
over 14 years ago
we now use lua subrequest in our test case because echo_location is buggy.
agentzh (章亦春)
More...
over 14 years ago
now we use TEST_NGINX_REDIS_PORT env in our test suite instead.
agentzh (章亦春)
More...
over 14 years ago
fixed a nasty bug in the bulk reply parser regarding the chunk size number parsing. thanks chricke.
agentzh (章亦春)
More...
over 14 years ago
fixed code lines longer than 80 columns.
agentzh (章亦春)
More...
over 14 years ago
confirmed that we work with nginx 0.8.31 ~ 0.8.54 and 0.9.x.
agentzh (章亦春)
More...
over 14 years ago
minor updates of README.
agentzh (章亦春)
More...
over 14 years ago
added a Description section to README.
agentzh (章亦春)
More...
over 14 years ago
added a small sample for rewrite by redis2.
agentzh (章亦春)
More...
over 14 years ago
added tests for ngx_eval compatibility.
agentzh (章亦春)
More...
over 14 years ago
added t/eval.t to test ngx_eval compatibility.
agentzh (章亦春)
More...
over 14 years ago
added more samples for the redis2_query directive.
agentzh (章亦春)
More...
over 14 years ago
skipped the pipelining test
agentzh (章亦春)
More...
over 14 years ago
←
1
2
3
4
5
6
7
→
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