I need to automate/test the Redis caching in our project. How can I test, can anyone share the idea for testing or any existing project that is testing redis cache in api.
I am thinking to use fake-reddis to mock the redis in order to test api, but how to implements this i don't see in google anything.
How tools/language it will require?