Skip to content

Commit 400084e

Browse files
committed
minor symfony#10363 default redis port (tmihalik)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes symfony#10363). Discussion ---------- default redis port the default redis port is 6379 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- e76cf18 Update redis_adapter.rst
2 parents 4029897 + e76cf18 commit 400084e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ array of ``key => value`` pairs representing option names and their respective v
9292
$client = RedisAdapter::createConnection(
9393

9494
// provide a string dsn
95-
'redis://localhost:6739',
95+
'redis://localhost:6379',
9696

9797
// associative array of configuration options
9898
array(

0 commit comments

Comments
 (0)