Redis driver for SilverStripe

Hi,
Is there any class for Redis support for SilverStripe 4.xx?
Best regards

As SS4 uses PSR-16 as caching interface (see docs) you might use any PSR-16 adapter class you find e.g. on packagist

HTH and please write a follow up if you either get stuck or get it running, so others can learn from your experience.