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.
Is your feature request related to a problem? Please describe.
It would be useful to be able to get the
RedisConnectionPoolfor anEventLoop. For example, one may want to extendQueueContextwith a Redis property, to allow using Redis from Vapor Jobs.Describe the solution you'd like
The method
pool(eventLoop:)inApplication.Rediscould be made public.Describe alternatives you've considered
This library could extend each type that could make use of Redis.