Skip to content

Commit beb2499

Browse files
committed
formatting
1 parent bf4d193 commit beb2499

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redis.md

+4
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ In addition to the default `host`, `port`, `database`, and `password` server con
133133
'read_timeout' => 60,
134134
],
135135

136+
#### The Redis Facade
137+
138+
To avoid class naming collisions with the Redis PHP extension itself, you will need to delete or rename the `Illuminate\Support\Facades\Redis` facade alias from your `app` configuration file's `aliases` array. Generally, you should remove this alias entirely and only reference the facade by its fully qualified class name while using the Redis PHP extension.
139+
136140
<a name="interacting-with-redis"></a>
137141
## Interacting With Redis
138142

0 commit comments

Comments
 (0)