A redis driver for facades.Cache()
, facades.Queue()
and facades.Session()
of Goravel.
goravel/redis | goravel/framework |
---|---|
v1.4.* | v1.16.* |
v1.3.* | v1.15.* |
v1.2.* | v1.14.* |
v1.1.* | v1.13.* |
v1.0.* | v1.12.* |
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 ./...