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 13 hours
ago. based on code collected
about 13 hours
ago.
Aug 04, 2024 — Aug 04, 2025
Showing page 5 of 8
Search / Filter on:
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.
Yichun Zhang (agentzh)
More...
almost 12 years ago
docs: added code samples for the redis commands hmget and hmset.
Yichun Zhang (agentzh)
More...
about 12 years ago
updated docs a bit.
agentzh (Yichun Zhang)
More...
over 12 years ago
docs: mentioned CloudFlare and also updated the copyright years.
agentzh (Yichun Zhang)
More...
over 12 years ago
docs: English typo in README. thanks Xiang Chao for the patch in pull #12.
agentzh (Yichun Zhang)
More...
over 12 years ago
docs: added the "Redis Authentication" section because it is already an FAQ.
agentzh (Yichun Zhang)
More...
over 12 years ago
documented the options table argument for the "connect" method.
agentzh (Yichun Zhang)
More...
over 12 years ago
docs: be more explicit on the set_keepalive method.
agentzh (Yichun Zhang)
More...
over 12 years ago
added an Installation section to README.
agentzh (Yichun Zhang)
More...
over 12 years ago
bumped version to 0.15.
agentzh (Yichun Zhang)
More...
over 12 years ago
updated .gitignore to ignore ctags files.
agentzh (Yichun Zhang)
More...
over 12 years ago
avoided using ipairs() which is slower than plain "for i=1,N" loops.
agentzh (Yichun Zhang)
More...
over 12 years ago
updated my name in the copyright notice.
agentzh (Yichun Zhang)
More...
over 12 years ago
refactor: avoided package.seeall in module definitions.
agentzh (Yichun Zhang)
More...
over 12 years ago
docs: fixed a typo in the sample code. thanks ganggewudi.
agentzh (Yichun Zhang)
More...
almost 13 years ago
added proper error handling code to a test case.
agentzh (Yichun Zhang)
More...
almost 13 years ago
bumped version to 0.14.
agentzh (Yichun Zhang)
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.
agentzh (Yichun Zhang)
More...
almost 13 years ago
removed the sendmsg/ngx_channel valgrind suppression rules.
agentzh (Yichun Zhang)
More...
almost 13 years ago
suppressed new warnings from valgrind 3.8.0.
agentzh (Yichun Zhang)
More...
almost 13 years ago
docs: fixed a typo in the sample code. thanks xingxing for reporting it.
agentzh (Yichun Zhang)
More...
almost 13 years ago
bumped version to 0.13.
agentzh (Yichun Zhang)
More...
almost 13 years ago
docs: fixed a typo in the code sample.
agentzh (Yichun Zhang)
More...
almost 13 years ago
fixed a typo in README.
agentzh (Yichun Zhang)
More...
almost 13 years ago
added more documentation to the set_keepalive method.
agentzh (Yichun Zhang)
More...
almost 13 years ago
bumped version to 0.12.
agentzh (Yichun Zhang)
More...
almost 13 years ago
added a test case for the "add_commands" class method.
agentzh (Yichun Zhang)
More...
almost 13 years ago
feature: added new class method "add_commands" to insert new redis commands. thanks Praveen Saxena for requesting this.
agentzh (Yichun Zhang)
More...
almost 13 years ago
minor edits in the t/transaction.t test script.
agentzh (Yichun Zhang)
More...
almost 13 years ago
docs: added an example for Redis transactions.
agentzh (Yichun Zhang)
More...
almost 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