Skip to content

Further understanding of Sidekiq.redis and Sidekiq.redis_pool #6219

Answered by mperham
jeffbax asked this question in Q&A
Discussion options

You must be logged in to vote

Does this mean that we should be able to piggyback off of the pool that Sidekiq initializes and provide it to other gems that are also using RedisClient, or are those helpers primarily for internal Sidekiq extensions and components only?

The pool has never been something Sidekiq has advertised as available for use. We locked it down because people were initializing their own connection pool way too small and causing severe performance issues with Sidekiq. You are welcome to use that pool in your own code if you understand the ramifications but this has always been a matter of "If you know what you are doing, I'm not going to stop you" but I reserve the right to make breaking changes, li…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jeffbax
Comment options

@mperham
Comment options

@jeffbax
Comment options

Answer selected by jeffbax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants