RedisClient
RedisClient copied to clipboard
RESP3 Protocol supported Redis Client library
I've added Action to RedisConfiguration to use instead of Console.WriteLine, so now this library could be used with any logging framework with minimal effort. However, in static contexts conditional compilation...
Redis client oluşturulurken şifrede eşittir var ise RedisConfiguration içerisinde "Invalid entry" hatası alıyorum. örn constr : `var redisClient1 = await RedisClient.CreateClientAsync("someip:someport,password=341412312412=,allowAdmin=true,clientCache=true");` 