We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
场景:频繁查询的接口数据想要从数据查询一次缓存到redis之后从缓存获取数据
请问针对以上场景有相关设计和解决方案吗?想了解一一下。谢谢!
The text was updated successfully, but these errors were encountered:
自己实现一个 UDF,然后注册进去就好啦。
Sorry, something went wrong.
请问 如果查询的接口数据想要从redis中查询可以通过这个UDF注册来实现吗? 谢谢! @zycgit
可以的,注册进去的 udf。在 DataQL 查询过程中就像调用方法一样调用你的 UDF 然后缓存就可以用了。
No branches or pull requests
场景:频繁查询的接口数据想要从数据查询一次缓存到redis之后从缓存获取数据
请问针对以上场景有相关设计和解决方案吗?想了解一一下。谢谢!
The text was updated successfully, but these errors were encountered: