Fall back to database if redis get key throws exception
We'd like to enhance the implementation of the cache class which extends the redis cache class from the shared library. If it throws exception when getting the cache from redis, we simply log the error and fall back to the backend database.