Top "Booksleeve" questions

Booksleeve is a Redis client written in C# offering pipelined, asynchronous, multiplexed and thread-safe operations.

StackExchange.Redis ConnectionMultiplexer.Connect() Intermittently Works

I am using StackExchange.Redis to talk to 3 different Redis instances: 1 on the same subnet and 2 remotely. Here's my configuration …

c# redis booksleeve stackexchange.redis
Using SignalR with Redis messagebus failover using BookSleeve's ConnectionUtils.Connect()

I am trying to create a Redis message bus failover scenario with a SignalR app. At first, we tried a …

c# signalr failover booksleeve