Use EventKeys in RedisStorage

We are using Redis as messaging backplane for SignalR and I thought we could also use it for Hangfire.
To separate the production and the testing system in Redis we are using an event key. Is it possible to configure different environments without using different queue names for live and development. I didn’t find something like the event keys in the RedisStorageOptions.

Thanks a lot
Regards
Niko