Hacker News new | ask | show | jobs
by jiggawatts 467 days ago
Garnet, like Redis, is explicitly designed to be remotely accessed over the network, which is frankly disappointing and derivative.

Microsoft could do better than that!

For example, Azure App Service could use an out-of-process shared cache feature so that web apps could have local low-latency caches that survive app restarts.

1 comments

> Garnet, like Redis, is explicitly designed to be remotely accessed over the network

I know, but it is written in a sane language so my suggestion was that you can literally reference a project and make it into an embedded database. But then again, I would've tried Tsavorite/FASTER KV first.