Hacker News new | ask | show | jobs
by tlhunter 1465 days ago
This is basically the SETNX Redis command, as a service. Redis servers are already quite the cheap commodity. I think the success of this service really all comes down to performance, uptime, and scalability. There's a lot of overhead with HTTP(S) which will certainly hurt perf.

https://redis.io/commands/setnx/

1 comments

does http/3 and/or gRPC help with that?