user-45-20
Results
2
issues of
user-45-20
I'm creating my connection like this: ``` _readConn = ConnectionMultiplexer.Connect( new ConfigurationOptions { EndPoints = { { "localhost", 6380 } }, Password = dbPass, Ssl = false, AbortOnConnectFail = true,...
🪲 bug
⚙️ area:connection
I'm trying to enable the use of configuration files at the subcommand level rather than using the global `CLI::App` instance. It doesn't seem to work as expected regardless of what...