@malagebidi Here is how I flush the cache on my sites:
1. Via wp-cli
https://developer.wordpress.org/cli/commands/cache/flush/
2. You can use the wp_cache_flush function in your PHP code (wp-cli uses the same)
https://developer.wordpress.org/reference/functions/wp_cache_flush/
I personally do not think that it is such a good idea to add such a button to this Redis plugin. The plugin does not even have an interface in the wp-admin and it is supposed to work on a lower level. Adding wp-admin menu pages will make it more difficult to maintain the plugin.
@danielkanchev thanks for the tips.
I really wanted a link in the admin toolbar too. So I wrote a few lines of code to make that happen 🙂
Toolbar link voor Redis Object Cache (Dutch)