This Lua library is a Redis client driver for the ngx_lua nginx module: http://wiki.nginx.org/HttpLuaModule This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100% nonblocking behavior. WWW: https://github.com/openresty/lua-resty-redis PR: 191531 Submitted by: arcade@b1t.name (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13121
17 lines
285 B
Makefile
17 lines
285 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lua-resty-redis
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.26
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= arcade@b1t.name
|
|
COMMENT= Redis client driver for the ngx_lua nginx module
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= lua:51
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= openresty
|
|
|
|
.include <bsd.port.mk>
|