0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added a link to the Redis Pub/Sub API in docs. More... almost 13 years ago
feature: added new method "read_reply" (mostly for the Redis Pub/Sub API). More... almost 13 years ago
removed useless comments from the test cases. More... almost 13 years ago
updated docs to reflect recent changes. More... almost 13 years ago
added TODO for the Redis Pub/Sub support. More... almost 13 years ago
uses connection pool in one test case for the redis transactions. More... almost 13 years ago
added (passing) tests for redis transaction queries. More... almost 13 years ago
cleaned up the code a bit to reduce code duplication. More... almost 13 years ago
bugfix: now the new() method will return a string describing the error as the second return value in case of failures. More... almost 13 years ago
bumped version to 0.11. More... about 13 years ago
feature: added the array_to_hash method. thanks Brian Akins for the patch in github #8. More... about 13 years ago
fixed a test case to reflect recent changes in ngx_lua. More... about 13 years ago
bumped version number to 0.10. More... about 13 years ago
updated docs to reflect recent changes. More... about 13 years ago
feature: added the "script" command introduced in redis 2.6. thanks Evgeniy Dolzhenko for suggesting this in github #6. More... about 13 years ago
added a (passing) test for using ngx.exec() right after red:get(). More... about 13 years ago
updated valgrind.suppress for linux i386. More... about 13 years ago
updated valgrind.suppress for the "hup reload" + valgrind/memcheck testing mode. More... about 13 years ago
documented that storing the object instance into lua module-level variables will result in failures for concurrent requests. More... about 13 years ago
documented that this lib cannot be used in those contexts where the cosocket API is unavailable. More... about 13 years ago
README: updated minimum versions of ngx_lua or ngx_openresty that we require. More... about 13 years ago
bumped version number to 0.09. More... about 13 years ago
cleaned up the patch for the special "hmset" method wrapper from Brian Akins; also documented this method in README; added more tests for this method. More... about 13 years ago
hmset can take a key and a hash-like table More... about 13 years ago
new test More... about 13 years ago
added a test case for setting and getting an entry with the empty string value. thanks huang kun. More... about 13 years ago
README: claimed that we are production ready. More... about 13 years ago
adjusted the test case to reproduce the issue in chaoslawful/lua-nginx-module#110. More... about 13 years ago
added a (passing) test for chaoslawful/lua-nginx-module#110. More... about 13 years ago
README: updated the minimum version of ngx_lua and ngx_openresty that we require. More... about 13 years ago