Hacker News new | ask | show | jobs
by busymom0 1834 days ago
How does the latency compare in this case?
1 comments

Redis REST has overhead less than a millisecond compared to Redis TCP. But when EDGE caching is enabled, reads become much faster as expected. Rough numbers we have seen: REST: ~0.70ms REST (EDGE cached): ~0.12ms

Note that, EDGE caching is work in progress. It will be publicly available in a few weeks.