I can't seem to find how to use Redis implementation, I searched the repo and it seems in one of your tests you have an absolute directory path retrieving the config from a json file
https://github.com/cordialgerm/FluentCache/blob/master/FluentCache.Test/Implementations/RedisCacheTests.cs#L24
Any example how to create an ICache using Redis implementation?