Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis returns Int instead of Int32 #21

Open
rob-deans opened this issue May 3, 2017 · 0 comments
Open

Redis returns Int instead of Int32 #21

rob-deans opened this issue May 3, 2017 · 0 comments

Comments

@rob-deans
Copy link
Contributor

Kitura-Redis expects Int32 for the port and as a result using the service and getting the port from it causes a compilation error:

redis?.connect(host: redisService.host, port: redisService.port) { (redisError: NSError?) in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant