Hangfire.Pro.Redis Valkey support

We have been using Hangfire.Pro.Redis for quite sometime on Redis 6.x hosted using AWS Elasticache for quite sometime.

AWS is offering reduced pricing for AWS Elasticache Valkey verse Redis nowadays and we would like to make the switch.

For our other .NET projects we have been using StackExchange.Redis we does support Valkey to the needed level.

Hangfire.Pro.Redis does not appear to use StackExchange.Redis in its implementation from what I can see, it just maintains compatability with the connection strong format. I have searched for other posts and checked the documentation but can’t find what I am looking for

So this begs the question is Hangfire.Pro.Redis supported when using Valkey 7 or 8 hosted using AWS Elasticache?