Smaller bits of data that are more expensive to retrieve than a TCP round trip minimum. I also build optional teired LRU cache into my client libraries.

Reply to this note

Please Login to reply.

Discussion

At my day job I recently set up a tiered local/remote cache for a server that uses local memory first, then Valkey as a remote. The Valkey makes sharing across Docker image instances easy.

Im working on setting up memory mapped files for sharing local cache tier between nodes as we speak.

Ill have to bookmark valkey. I support redis in vnlib, and like to add support for other commercial tools.

Valkey implements the same API as Valkey, plus some of its own features/interfaces as extra. It's a drop-in replacement for Redis.

I saved one that was written in .NET that was also supposedly a drop-in for Redis.

Client library or server library?

Server application.