Hello!
2014-03-14 0:48 GMT-07:00 terryye:
> 请问您的lua-resty-redis 支持hincrbyfloat这个命令吗?
支持。你其实直接 grep 源码就可以看到了。
即使对于未来添加的尚未默认支持的 redis 命令,你也总是可以通过 lua-resty-redis 库的 add_commands 函数自行添加:
https://github.com/agentzh/lua-resty-redis#add_commands
同时抄送给 openresty 中文邮件列表:https://groups.google.com/group/openresty
建议你加入此列表并总是在那里讨论这样的问题,谢谢合作!
Regards,
-agentzh