TomT15

Results 4 issues of TomT15

![image](https://user-images.githubusercontent.com/47607041/162447843-5ae64abe-e6c0-4fa7-b9f6-9aa7ce388b37.png) instead of having an overload for the following: ![image](https://user-images.githubusercontent.com/47607041/162447940-e9cd08ec-4b15-4402-87ff-1e7e6b7e4fc9.png) Maybe im missing something and could just replicate the code using renci, but the reason for moving away from renci...

Im trying to understand the following: ![image](https://user-images.githubusercontent.com/47607041/191845365-15f09165-ad2b-444b-babc-808286d39845.png) The documentation does not specifically say where i should put this reference so i tried following directions from this documentation but have been...

There are times we need access to things like the SSDB while using Redis Sentinel. We do not call these connections via `_redisConnectionService` but instead through the `_redisConnectionService.Database` calls. This...

**Describe the issue** I am trying to use Lua scripts with Sentinel. Setup of Redis ``` public static IServiceCollection AddStackExchangeRedisExtensions(this IServiceCollection services, RedisConfiguration redisConfiguration) { redisConfiguration.ExcludeCommands = null; redisConfiguration.AllowAdmin =...