Maintaining an open Redis connection using BookSleeve

Since I haven’t got any good answers, I came up with this solution (BTW thanks @Simon and @Alex for your answers!). I want to share it with all of the community as a reference. Of course, any corrections will be highly appreciated. using System; using System.Net.Sockets; using BookSleeve; namespace Redis { public sealed class RedisConnectionGateway … Read more