Slik icon indicating copy to clipboard operation
Slik copied to clipboard

Distributed In-process Cache; a gRPC HTTP proxy for containerd

Results 2 Slik issues
Sort by recently updated
recently updated
newest added

Hi @Insvald , I would like to join in your project. I see that some refactoring can be applied: * Membership changes. My library offers [IMemberServiceDiscovery](https://dotnet.github.io/dotNext/features/cluster/aspnetcore.html#service-discovery) that allows to replace...

enhancement
help wanted

I'm trying to create a REST API project using Slik.Cache, code example: ```cs WebApplicationBuilder builder = WebApplication.CreateBuilder(); builder.Host.UseSlik(new SlikOptions { Host = new IPEndPoint(IPAddress.Loopback, 3092), Members = new[] { "localhost:3092",...