Laravel Redis / How to you flush only a specific redis database?
As you know Redis could have several databases, in my laravel setup ive defined 3 of them and using 2 at least '0' (default) '1' (cache) '2' (queue) Thats what ive set in config/database.php Furthermore, due to certain need I…