class Sidekiq::TransactionAwareClient
def push_bulk(items)
to hold potentially hundreds of thousands of job records in memory due to
We don't provide transactionality for push_bulk because we don't want
#
def push_bulk(items) @redis_client.push_bulk(items) end