Integrating Sidekiq with Async
In this post I explain how you can have persistent connections to Redis using Async::Redis client inside Sidekiq and why it doesn’t work by default. There are some basic explanations of how Async and Sidekiq work and some source code.
Post a comment