Mention redis connection.

This commit is contained in:
Taylor Otwell 2013-12-08 22:48:02 -06:00
parent d763a8a6d9
commit 0293eaced7
1 changed files with 3 additions and 3 deletions

View File

@ -51,9 +51,9 @@
| Session Database Connection | Session Database Connection
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| When using the "database" session driver, you may specify the database | When using the "database" or "redis" session drivers, you may specify a
| connection that should be used to manage your sessions. This should | connection that should be used to manage these sessions. This should
| correspond to a connection in your "database" configuration file. | correspond to a connection in your database configuration options.
| |
*/ */