Skip to content

Commit ab05e11

Browse files
committed
Changes to standard port for MemcachedFactory
1 parent 8a6f132 commit ab05e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory/MemcachedFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected static function configureOptionResolver(OptionsResolver $resolver)
4141
{
4242
$resolver->setDefaults([
4343
'host' => '127.0.0.1',
44-
'port' => '6379',
44+
'port' => 11211,
4545
]);
4646

4747
$resolver->setAllowedTypes('host', ['string']);

0 commit comments

Comments
 (0)