-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
We use TwemProxy as a layer between C# and redis for load balancing between several redis instances. Unfortunately, it does not support echo or ping. When I try adding
{ "echo", null }
to the command map for my connection, the AssertAvailable call on line 798 of ConnectionMultiplexer.cs throws an error. I was wondering if it would be possible to add a toggle for whether or not to check for these commands? I know this request falls squarely into the "the community needs that weren’t internal priorities" category from Marc's blog post, but it would make the switch to StackExchange.Redis from BookSleeve easier.
Thanks again for providing such awesome libraries, BookSleeve was great as it was but the presence of synchronous calls in StackExchange.Redis made the move a no-brainer.