Feature Proposal: Support for GETEX
fkluthe opened this issue · 1 comments
fkluthe commented
Hello,
Redis 6.2 is freshly out now and has a cool new command: GETEX, see https://redis.io/commands/getex
It would be awesome to have support for this command in this library.
fkluthe commented
I didnt get that all commands of the underlying Redis are supported. As you described at https://github.com/openresty/lua-resty-redis#methods
Got it running
redis:getex(key, "EX", 60)