basically I want to have an integer in d1 be incremented on each request to a specific endpoint, wou
basically I want to have an integer in d1 be incremented on each request to a specific endpoint, would it be possible to use kv to temporarily store how much needs to be added and then add it on a schedule? if so would that globally work since kv is local on the machine to my knowledge?
0 Replies