Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
chengziliang
/
lua-resty-redis
Public
forked from
openresty/lua-resty-redis
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 12, 2016
added a (passing) test case for keys with underscores.
agentzh
committed
886e95e
Copy full SHA for 886e95e
Commits on Aug 15, 2016
travis-ci: removed the env LUA_CMODULE_DIR=/lib which caused problems.
agentzh
committed
e894abe
Copy full SHA for e894abe
doc: use *_by_lua_block {} in the code sample.
agentzh
committed
486ac29
Copy full SHA for 486ac29
bumped version to 0.25.
agentzh
committed
0f3653f
Copy full SHA for 0f3653f
doc: fixed links pointing to wiki.nginx.org.
agentzh
committed
e58b2db
Copy full SHA for e58b2db
Commits on Jul 29, 2016
feature: now this module automatically generate Lua methods for *any* Redis commands the caller attempts to use.
Show description for 09bdcd6
spacewander
authored and
agentzh
committed
09bdcd6
Copy full SHA for 09bdcd6
Commits on May 26, 2016
bumped version to 0.24.
agentzh
committed
a9ca41c
Copy full SHA for a9ca41c
Commits on May 25, 2016
bugfix: added tostring() calls to avoid the "attempt to concatenate local 'prefix' (a nil value)" error in _read_reply().
Show description for 83a65c3
oycw
authored and
agentzh
committed
83a65c3
Copy full SHA for 83a65c3
Commits on May 24, 2016
feature: added initial travis ci support.
Show description for ce5fc5b
chipitsine
authored and
agentzh
committed
ce5fc5b
Copy full SHA for ce5fc5b
Commits on May 9, 2016
optimize: we now alway call tostring() upon args in redis query methods.
Show description for 062f208
doujiang24
authored and
agentzh
committed
062f208
Copy full SHA for 062f208
Commits on Feb 3, 2016
Merge pull request #76 from bhanuvrat/patch-1
Show description for 7a19cf9
agentzh
committed
7a19cf9
Copy full SHA for 7a19cf9
correct a typo
bhanuvrat
committed
e2aaa64
Copy full SHA for e2aaa64
Commits on Jan 25, 2016
Merge branch 'master' of github.com:openresty/lua-resty-redis
agentzh
committed
3c3bcf4
Copy full SHA for 3c3bcf4
doc: various updates.
agentzh
committed
6aa459b
Copy full SHA for 6aa459b
Commits on Dec 24, 2015
Merge pull request #74 from moonbingbing/master
Show description for 3a6087f
agentzh
committed
3a6087f
Copy full SHA for 3a6087f
Remove the final semicolon, keep the code style
moonming
committed
21ee59c
Copy full SHA for 21ee59c
Commits on Dec 23, 2015
fixed Makefile to allow relative paths in LUA_LIB_DIR when DESTDIR is not specified.
agentzh
committed
662b0d4
Copy full SHA for 662b0d4
optimize: moved string concatenation for the redis request construction onto the C land. thanks Dejiang Zhu for the patch in #73.
agentzh
committed
65fa7af
Copy full SHA for 65fa7af
Commits on Nov 28, 2015
Merge pull request #71 from bungle/master
Show description for afa1c1c
agentzh
committed
afa1c1c
Copy full SHA for afa1c1c
Commits on Nov 27, 2015
Commented out unused error from locals, added type and tostring to locals.
bungle
committed
c8f8de9
Copy full SHA for c8f8de9
Commits on Nov 23, 2015
added a .gitattributes file to correct GitHub's language tag.
agentzh
committed
5e8c14a
Copy full SHA for 5e8c14a
Commits on Oct 28, 2015
doc: updated the copyright years.
agentzh
committed
748ba8d
Copy full SHA for 748ba8d
Commits on Sep 7, 2015
doc: check redis pipelined requests' return values more strictly.
Show description for 7bdb2e9
doujiang24
authored and
agentzh
committed
7bdb2e9
Copy full SHA for 7bdb2e9
Commits on Oct 30, 2014
bugfix: the "attempt to call local new_tab (a table value)" error might happen when LuaJIT 2.0 was used and a local Lua module named "table.new" was visible. thanks Michael Pirogov for the report i…
Show description for 688f932
agentzh
committed
688f932
Copy full SHA for 688f932
Commits on May 12, 2014
doc: mentioned the "bad request" error in the "Limitations" section.
agentzh
committed
c49ba7c
Copy full SHA for c49ba7c
Commits on Apr 15, 2014
doc: mentioned the maxclients redis parameter too.
agentzh
committed
4f41f9f
Copy full SHA for 4f41f9f
doc: added a new section "Check List for Issues".
agentzh
committed
a78cf3c
Copy full SHA for a78cf3c
Commits on Apr 9, 2014
tested the select() command also.
agentzh
committed
3051f57
Copy full SHA for 3051f57
Commits on Apr 5, 2014
fixed a test case for redis 2.8.x.
agentzh
committed
ddd244e
Copy full SHA for ddd244e
Commits on Apr 1, 2014
suppressed a false positive in libdl.
agentzh
committed
d062df2
Copy full SHA for d062df2
Commits on Mar 12, 2014
removed the years from the in-source copyright.
agentzh
committed
1dc183d
Copy full SHA for 1dc183d
bumped version to 0.20.
agentzh
committed
dd0a8c6
Copy full SHA for dd0a8c6
Commits on Mar 8, 2014
fixed a test case that could fail due to machine differences.
agentzh
committed
7f09dde
Copy full SHA for 7f09dde
Bug fixes in the subscribing mode.
Show description for b96d343
agentzh
committed
b96d343
Copy full SHA for b96d343
Commits on Feb 27, 2014
feature: added new redis 2.8.0 commands: scan, sscan, hscan, and zscan. thanks Dragonoid for the patch in #36.
agentzh
committed
7dbb7f0
Copy full SHA for 7dbb7f0
Pagination
Previous
Next
You can’t perform that action at this time.