From 4a19102086ebbc98ef5275dae1607dafe13b8a93 Mon Sep 17 00:00:00 2001 From: tmihalik Date: Wed, 19 Sep 2018 12:23:22 +0200 Subject: [PATCH] Update redis_adapter.rst the default redis port is 6379 --- components/cache/adapters/redis_adapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cache/adapters/redis_adapter.rst b/components/cache/adapters/redis_adapter.rst index 97be909534e..bd183953a31 100644 --- a/components/cache/adapters/redis_adapter.rst +++ b/components/cache/adapters/redis_adapter.rst @@ -92,7 +92,7 @@ array of ``key => value`` pairs representing option names and their respective v $client = RedisAdapter::createConnection( // provide a string dsn - 'redis://localhost:6739', + 'redis://localhost:6379', // associative array of configuration options array(