Maybe you should add to the beginning of the file
use Illuminate\Support\Facades\Redis;
Also, instead of Radis, it's better to use Cache facade, this will allow changing the radis to a memcade for example. https://laravel.com/docs/5.4/cache
To load data, I would use console commands. ( https://laravel.com/docs/5.4/artisan )