From c04218e6935fb6dec0fc59121fac565b4f587a21 Mon Sep 17 00:00:00 2001 From: Chris Schuld Date: Tue, 28 Jun 2016 18:22:40 -0700 Subject: [PATCH] example update caused a bit of pain because the latest version has some differences in the driver setup --- Drivers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Drivers.rst b/Drivers.rst index 5e21ba3..713a2ad 100644 --- a/Drivers.rst +++ b/Drivers.rst @@ -198,7 +198,7 @@ more servers. array('127.0.0.1', '6379')); + $options = array('server' => '127.0.0.1', 'port' => '6379'); $driver = new Stash\Driver\Redis($options);