Search code examples
windowswindows-servicesredisbooksleeve

Does Booksleeve work with a windows Redis (Redis installed as a Windows Service)?


Does Booksleeve work with a windows Redis (Redis installed as a Windows Service) ?

I Installed Redis as a Windows Service and I wanted to know if it was possible to use BookSleeve with it? Or is BookSleeve exclusively for a Redis installed on a Unix system?


Solution

  • Redis listens the same way whether it runs as a service or process. Booksleeve connects the same way and shouldn't know the difference.

    If this is a new project, you may want to consider looking into StackExchange.Redis. It has succeeded Booksleeve and has the same people working on it. Typically you will want to pick the more active project and StackExchange.Redis is used here on StackOverflow.

    https://github.com/StackExchange/StackExchange.Redis