0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 04, 2024 — Aug 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docs: added a missing "local" keyword to the code sample. thanks Wendal Chen for the patch in #21. More... almost 12 years ago
docs: added code samples for the redis commands hmget and hmset. More... about 12 years ago
updated docs a bit. More... over 12 years ago
docs: mentioned CloudFlare and also updated the copyright years. More... over 12 years ago
docs: English typo in README. thanks Xiang Chao for the patch in pull #12. More... over 12 years ago
docs: added the "Redis Authentication" section because it is already an FAQ. More... over 12 years ago
documented the options table argument for the "connect" method. More... over 12 years ago
docs: be more explicit on the set_keepalive method. More... over 12 years ago
added an Installation section to README. More... over 12 years ago
bumped version to 0.15. More... over 12 years ago
updated .gitignore to ignore ctags files. More... over 12 years ago
avoided using ipairs() which is slower than plain "for i=1,N" loops. More... over 12 years ago
updated my name in the copyright notice. More... over 12 years ago
refactor: avoided package.seeall in module definitions. More... over 12 years ago
docs: fixed a typo in the sample code. thanks ganggewudi. More... almost 13 years ago
added proper error handling code to a test case. More... almost 13 years ago
bumped version to 0.14. More... almost 13 years ago
optimize: now we do the string concatenation for redis queries on the lua land, which gives 13.3% over-all performance boost when using luajit 2.0. More... almost 13 years ago
removed the sendmsg/ngx_channel valgrind suppression rules. More... almost 13 years ago
suppressed new warnings from valgrind 3.8.0. More... almost 13 years ago
docs: fixed a typo in the sample code. thanks xingxing for reporting it. More... almost 13 years ago
bumped version to 0.13. More... almost 13 years ago
docs: fixed a typo in the code sample. More... almost 13 years ago
fixed a typo in README. More... almost 13 years ago
added more documentation to the set_keepalive method. More... almost 13 years ago
bumped version to 0.12. More... almost 13 years ago
added a test case for the "add_commands" class method. More... almost 13 years ago
feature: added new class method "add_commands" to insert new redis commands. thanks Praveen Saxena for requesting this. More... almost 13 years ago
minor edits in the t/transaction.t test script. More... almost 13 years ago
docs: added an example for Redis transactions. More... almost 13 years ago