swift-server / RediStack

Non-blocking, event-driven Swift client for Redis.
http://swiftpackageindex.com/swift-server/RediStack/documentation
Apache License 2.0
139 stars 19 forks source link

Is the library compatible with Redis sentinel? #107

Open tibz7 opened 2 months ago

tibz7 commented 2 months ago

Quoting the documentation: You need Sentinel support in your clients. Popular client libraries have Sentinel support, but not all.

0xTim commented 2 months ago

You might have to try it, I don't think anyone has yet