From 8bfed715b68fc870b68895f37fc5f4333ec4d99d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Sat, 13 Aug 2016 18:26:03 -0700 Subject: [PATCH] Warn readers about false positive cache results --- redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.md b/redis.md index 7a52a367998..21aa9f47eeb 100644 --- a/redis.md +++ b/redis.md @@ -38,7 +38,7 @@ Additionally, you may define an `options` array value in your Redis connection d If your Redis server requires authentication, you may supply a password by adding a `password` configuration item to your Redis server configuration array. -> {note} If you have the Redis PHP extension installed via PECL, you will need to rename the alias for Redis in your `config/app.php` file. +> {note} If you have the Redis PHP extension installed via PECL, you will need to use [this package](https://github.com/tillkruss/laravel-phpredis) to prevent false positive cache results and rename the alias for Redis in your `config/app.php` file. ## Interacting With Redis