Redis with Hangfire

We are using hangfire with sql server but to increase the performance we are investing to use hangfire with redis. But in failure modes redis might lose some data(jobs in this case) and we dont want to miss any data(hangfire job in this case).
Does any body know how to use (redis backed with data base) with hangfire. so that we wont lose any job because of failed redis nodes.