Skip to content
New issue

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 必须用吗 #13

Open
nanqic opened this issue Mar 20, 2024 · 2 comments
Open

请教一下,url_sha512 必须用吗 #13

nanqic opened this issue Mar 20, 2024 · 2 comments

Comments

@nanqic
Copy link

nanqic commented Mar 20, 2024

如题,请问不用 url_sha512 有没有什么隐患。
cf KV 每天有一千次免费写入,每次要多存一个 sha 的值,键名直接存短链接的路径不行吗?另外大佬有没有出一个 cf D1 数据库的版本,KV 有一天1000 次存入限制,别的项目也用时可能不够。

@wanyunr
Copy link

wanyunr commented Mar 24, 2024

支持推出 cf D1 数据库的版本

@crazypeace
Copy link
Owner

如题,请问不用 url_sha512 有没有什么隐患。 cf KV 每天有一千次免费写入,每次要多存一个 sha 的值,键名直接存短链接的路径不行吗?另外大佬有没有出一个 cf D1 数据库的版本,KV 有一天1000 次存入限制,别的项目也用时可能不够。

你好, url_sha512 如果你不开 唯一短链 的功能就不会调用.
默认是关闭的
image

D1 数据库 后台操作对小白有门槛.
另外, 我的项目用于演示基础的底层逻辑和原理. 期望大家根据自己需求修改出自己的版本.
你找找D1数据库的读写资料, 应该很容易自己改的.

我的代码里面,
所有的 LINKS.get 调用 就是读
LINKS.put调用 就是写
你替换为D1数据库的读写就行了.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants