A redis driver for facades.Cache(), facades.Queue() and facades.Session() of Goravel.
Run the command below in your project to install the package automatically:
./artisan package:install github.com/goravel/redis
Or check the setup file to install the package manually.
Run command below to run test:
go test ./...