High performance .NET: Building a Redis Clone-naively

added by DotNetKicks
6/8/2022 4:15:07 PM

246 Views

I run into this project, which aims to be a Redis clone with better performance and ease of use. I found it interesting because one of the main selling points there was that it is able to run in a multi threaded mode (instead of Redis' single thread per process model).


0 comments