0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
turned off DDEBUG. More... about 14 years ago
fixed github issue #5: CRLF in chunk data confused the response parser when packet segmentation happens. thanks dlogar. More... about 14 years ago
confirmed that we work with nginx 1.0.2. More... over 14 years ago
added a performance tuning section as per HowToMeetLadies. More... over 14 years ago
more documentation added to README. More... over 14 years ago
the redis pipelining support is no longer a TODO. More... over 14 years ago
added a test case for incorrectly larger N argument in redis2_raw_queries. More... over 14 years ago
turned off ddebug. More... over 14 years ago
implemented the new redis2_raw_queries directive which supports multiple pipelined redis commands in a single TCP query. 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. More... over 14 years ago
git ignore buildroot/. 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. More... over 14 years ago
updated util/build.sh for building independent nginx. More... over 14 years ago
documented the various timeout config directives. thanks Mike Ferrier. More... over 14 years ago
fixed a typo in the source code reported by Rares Mirica. More... over 14 years ago
added a note regarding \\r\\n and \r\n escaping sequence. 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. More... over 14 years ago
git ignore more files. More... over 14 years ago
we now use lua subrequest in our test case because echo_location is buggy. More... over 14 years ago
now we use TEST_NGINX_REDIS_PORT env in our test suite instead. More... over 14 years ago
fixed a nasty bug in the bulk reply parser regarding the chunk size number parsing. thanks chricke. More... over 14 years ago
fixed code lines longer than 80 columns. More... over 14 years ago
confirmed that we work with nginx 0.8.31 ~ 0.8.54 and 0.9.x. More... over 14 years ago
minor updates of README. More... over 14 years ago
added a Description section to README. More... over 14 years ago
added a small sample for rewrite by redis2. More... over 14 years ago
added tests for ngx_eval compatibility. More... over 14 years ago
added t/eval.t to test ngx_eval compatibility. More... over 14 years ago
added more samples for the redis2_query directive. More... over 14 years ago
skipped the pipelining test More... over 14 years ago