We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4029897 commit e76cf18Copy full SHA for e76cf18
components/cache/adapters/redis_adapter.rst
@@ -92,7 +92,7 @@ array of ``key => value`` pairs representing option names and their respective v
92
$client = RedisAdapter::createConnection(
93
94
// provide a string dsn
95
- 'redis://localhost:6739',
+ 'redis://localhost:6379',
96
97
// associative array of configuration options
98
array(
0 commit comments