add redis info
add redis info
Line 19: Line 19:
<source lang="console">
<source lang="console">
$ laravel new alpha
$ laravel new alpha
</source>
Install Redis on the system, and install the necessary package.
<source lang="console">
$ composer require predis/predis
</source>
</source>