Skip to content

Allow getting connection pools for an event loop in clients #109

Description

@wfltaylor

Is your feature request related to a problem? Please describe.
It would be useful to be able to get the RedisConnectionPool for an EventLoop. For example, one may want to extend QueueContext with a Redis property, to allow using Redis from Vapor Jobs.

Describe the solution you'd like
The method pool(eventLoop:) in Application.Redis could be made public.

Describe alternatives you've considered
This library could extend each type that could make use of Redis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions