I am writing custom kong plugin, which will retrieve data from Redis and perform certain operations.
What is the best Redis client to use for kong?
One option is : https://github.com/openresty/lua-resty-redis. Any other recommendations?
I am writing custom kong plugin, which will retrieve data from Redis and perform certain operations.
What is the best Redis client to use for kong?
One option is : https://github.com/openresty/lua-resty-redis. Any other recommendations?
That’s the one that’s used by Kong as well and comes bundled with Kong/OpenResty.