swift-nio-redis icon indicating copy to clipboard operation
swift-nio-redis copied to clipboard

A high performance Redis protocol (RESP) implementation for SwiftNIO

Results 1 swift-nio-redis issues
Sort by recently updated
recently updated
newest added

when i set a value, i get a error ```swift let loopGroup = MultiThreadedEventLoopGroup(numThreads: System.coreCount) let option = RedisClientOptions(port: 6379, host: "127.0.0.1", password: "1234567", database: nil, eventLoopGroup: loopGroup) let client...

bug