RediStack icon indicating copy to clipboard operation
RediStack copied to clipboard

Non-blocking, event-driven Swift client for Redis.

Results 14 RediStack issues
Sort by recently updated
recently updated
newest added

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...