Hangfire Pro - Redis and Sql Storage at the same time?

Is it possible to use both SQL Server Storage and Redis Queues at the same time, assuming I upgrade to Hangfire Pro?

SQL Storage is required for my application since job creation should participate in my application’s transactions. Redis would be great to lower the latency of any new job queued.

If the transaction aborts, Redis storage might probably do 1 wasteful dequeue operation, but that’s fine.

Since we’re using SQL Azure MSMQ isn’t an option.

it is good question. I am also looking for that. Do you have any response?