Missing redis class

in October V2 ‘/modules/system/providers.php’ the following service is defined

October\Rain\Redis\RedisServiceProvider::class,

however the corresponding class
‘vendor/october/rain/src/Redis/RedisServiceProvider.php’
does not exist

In october v1 it did exist

Hey @sam ,

You may need to delete all the temporary PHP files in storage/framework since version 1 doesn’t do this automatically.

If you are referring to classes.php, packages.php and services.php
i deleted those ( the upgrade guide tells you to do this )

otherwise
which files are you referring to?

Ok good. Those are the files I was referring to.

Make sure you have the latest version 2 since the latest code refers to Illuminate’s SP :

// modules/system/providers.php
Illuminate\Redis\RedisServiceProvider::class,