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 }}
jiekey
/
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
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 30, 2019
travis-ci: bumped the NGINX core to 1.17.4.
thibaultcha
committed
9536180
Copy full SHA for 9536180
Commits on Sep 1, 2019
travis-ci: added a luacheck test and updated to only test with gcc.
Show description for 8a9147e
thibaultcha
committed
8a9147e
Copy full SHA for 8a9147e
feature: added new options 'ssl' and 'ssl_verify' to the 'connect()' method for connecting to Redis over TLS.
Show description for 79d2421
vinayakhulawale
authored and
thibaultcha
committed
79d2421
Copy full SHA for 79d2421
Commits on Aug 13, 2019
feature: implemented the 'red:set_timeouts()' method.
Show description for 12b10cc
php-cpm
authored and
thibaultcha
committed
12b10cc
Copy full SHA for 12b10cc
Commits on Jul 11, 2019
travis: bumped the nginx core version to 1.17.1.
thibaultcha
committed
749d591
Copy full SHA for 749d591
Commits on Apr 13, 2019
travis: bumped nginx to 1.15.8 so that resty.core can be loaded by ngx_lua.
thibaultcha
committed
734abe1
Copy full SHA for 734abe1
travis: added steps to clone lua-resty-core and lua-resty-lrucache which are required by ngx_lua.
thibaultcha
committed
d22e891
Copy full SHA for d22e891
Commits on Feb 11, 2019
travis: removed unused nginx tarball download.
thibaultcha
committed
f3ecba8
Copy full SHA for f3ecba8
Commits on Feb 4, 2019
tests: removed extra blank lines from the test files.
agentzh
committed
b3e3a0a
Copy full SHA for b3e3a0a
bugfix: set_timeout() should not return the error but throw the error. thanks tweyseo for the report in #155.
agentzh
committed
880180c
Copy full SHA for 880180c
Commits on Oct 29, 2018
bumped version to 0.27.
agentzh
committed
0b22d5a
Copy full SHA for 0b22d5a
Commits on Jun 9, 2018
optimize: fixed misuses of Lua global variables in our Lua code (caught by the new version of the lj-releng tool).
agentzh
committed
41827e4
Copy full SHA for 41827e4
Commits on Oct 27, 2017
tests: added new valgrind false positives in the latest nginx core.
agentzh
committed
03c092a
Copy full SHA for 03c092a
tests: valgrind.suppress: removed too aggressive suppressions in nginx mem pools and luajit lj_str_new.
agentzh
committed
9b8ca20
Copy full SHA for 9b8ca20
tests: minor tweaks in valgrind.suppress.
agentzh
committed
6699768
Copy full SHA for 6699768
Commits on Sep 19, 2017
bugfix: error message: typo fix: Unkown => Unknown
Show description for 801dc8b
nmbakfm
authored and
agentzh
committed
801dc8b
Copy full SHA for 801dc8b
Commits on Dec 27, 2016
tests: added a passing test for the connection refused error case (#106).
agentzh
committed
b18966e
Copy full SHA for b18966e
Commits on Dec 18, 2016
doc: updated copyright notice.
agentzh
committed
bd06e72
Copy full SHA for bd06e72
doc: updated copyright notice.
agentzh
committed
d1dc2f8
Copy full SHA for d1dc2f8
Commits on Nov 4, 2016
upgraded lua-resty-redis to 0.26.
agentzh
committed
403d298
Copy full SHA for 403d298
Commits on Oct 14, 2016
use `select` to avoid temporal variable and be more luajit-friendly.
spacewander
committed
f35bb7c
Copy full SHA for f35bb7c
Commits on Sep 29, 2016
checked in file dist.ini for OPM packaging.
agentzh
committed
05858d9
Copy full SHA for 05858d9
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
Pagination
Previous
Next
You can’t perform that action at this time.