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
如题,请问不用 url_sha512 有没有什么隐患。 cf KV 每天有一千次免费写入,每次要多存一个 sha 的值,键名直接存短链接的路径不行吗?另外大佬有没有出一个 cf D1 数据库的版本,KV 有一天1000 次存入限制,别的项目也用时可能不够。
The text was updated successfully, but these errors were encountered:
支持推出 cf D1 数据库的版本
Sorry, something went wrong.
你好, url_sha512 如果你不开 唯一短链 的功能就不会调用. 默认是关闭的
D1 数据库 后台操作对小白有门槛. 另外, 我的项目用于演示基础的底层逻辑和原理. 期望大家根据自己需求修改出自己的版本. 你找找D1数据库的读写资料, 应该很容易自己改的.
我的代码里面, 所有的 LINKS.get 调用 就是读 LINKS.put调用 就是写 你替换为D1数据库的读写就行了.
No branches or pull requests
如题,请问不用 url_sha512 有没有什么隐患。
cf KV 每天有一千次免费写入,每次要多存一个 sha 的值,键名直接存短链接的路径不行吗?另外大佬有没有出一个 cf D1 数据库的版本,KV 有一天1000 次存入限制,别的项目也用时可能不够。
The text was updated successfully, but these errors were encountered: