vapor / redis

Vapor provider for RediStack
MIT License
459 stars 58 forks source link

[beta] Redis is not compiling because TCP is missing. #79

Closed rafaelGuerreiro closed 6 years ago

rafaelGuerreiro commented 6 years ago

Adding .package(url: "https://github.com/vapor/sockets.git", .branch("beta")), to its Package.swift seems to solve it.

tanner0101 commented 6 years ago

Added, thanks!