Skip to content

Redis returns Int instead of Int32 #21

@rob-deans

Description

@rob-deans

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions