-
lua-resty-ffi provides an efficient and generic API to do hybrid programming in openresty/envoy with mainstream languages.
https://github.com/kingluo/lua-resty-ffi
lua-resty-ffi is now available…
-
I had installed it in my server,but i don't know how to do use it
ZTzha updated
4 years ago
-
First of all, `cosocket` is cool :) Thanks for the excellent work @agentzh and other contributors.
I could never imagine writing an async mysql / postgres driver in lua within 1k lines of codes.
Cur…
-
In the following I'm referring the state of [release/1.2.0](https://github.com/ONLYOFFICE/Kubernetes-Docs-Shards/tree/release/v1.2.0) branch with OO 8.2.0-rc25
I would like to use Redis Sentinel in…
-
I use `resty` to run unit tests against an openresty project, but any files which `require` this shell module will fail with this message:
```text
Error → /usr/local/openresty/lualib/ngx/pipe.lua …
turbo updated
3 years ago
-
we are trying to update our nginx from 1.20 to 1.24 or 1.25 with latest lua nginx. but facing issue in doing so .
Using the latest stable version
https://github.com/openresty/lua-nginx-module/arc…
-
I am getting the following exceptions when trying resty (latest master branch or v2.3).
```
~❯ curl -L https://raw.githubusercontent.com/micha/resty/master/resty > resty
% Total % Received %…
-
### Terraform Version
Terraform v1.5.7 on darwin_arm64
### Equinix Provider Version
+ provider registry.terraform.io/equinix/equinix v2.3.1
### Effected Terraform Resources
equinix_network_acl_te…
-
Hi,
I am trying to use redis as session store in combination with [lua-resty-openidc](https://github.com/zmartzone/lua-resty-openidc) but for some reason nginx is ignoring my config my `set $sessio…
-
I haven't been able to find documentation anywhere on testing modules that contain OpenResty components.
For example:
``` lua
redis = require "resty.redis"
-- rest of lua module I want to test
```
…