RediStack
RediStack copied to clipboard
Non-blocking, event-driven Swift client for Redis.
I tried to connect to the redis server using RediStack. And the client and the server are both on the same server. When I tried to connect to the redis-server...
Quoting the documentation: `You need Sentinel support in your clients. Popular client libraries have Sentinel support, but not all.`
I am using the RediStack library in my Swift project with Vapor, and I need to send multiple commands to Redis together as a batch to improve performance. However, I...