Skip to content

Commit e76cf18

Browse files
tmihalikjaviereguiluz
authored andcommitted
Update redis_adapter.rst
the default redis port is 6379
1 parent 4029897 commit e76cf18

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)