Hi folks,
I've just kicked out OpenResty 1.9.7.1 RC2 for testing:
https://openresty.org/download/ngx_openresty-1.9.7.1rc2.tar.gz
Win32 binary package:
https://openresty.org/download/ngx_openresty-1.9.7.1rc2-win32.zip
Changes since the last (RC) release, 1.9.7.1 RC1:
* upgraded the lua-resty-redis library to 0.22.
* fixed Makefile to allow relative paths in "LUA_LIB_DIR" when
"DESTDIR" is not specified.
* optimize: moved string concatenation for the Redis request
construction onto the C land. thanks Dejiang Zhu for the
patch.
* optimize: minor optimizations from Aapo Talvensaari.
* upgraded resty-cli to 0.05.
* bugfix: resty: nginx might report the error "The system
cannot find the file specified" in "CreateFile()" on Windows
XP. thanks cover_eye for the report.
Feedback welcome!
Best regards,
-agentzh