Skip to content

Commit

Permalink
Fixed missing Memcached options
Browse files Browse the repository at this point in the history
(cherry picked from commit 4fd84cf)
  • Loading branch information
lolautruche authored and tedivm committed Jan 23, 2014
1 parent 8207460 commit 4e5d0c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DependencyInjection/Configuration.php
Expand Up @@ -129,12 +129,17 @@ public function addHandlerSettings($handler, $rootNode)
->addDefaultsIfNotSet()
->children()
->booleanNode('compression')->end()
->scalarNode('serializer')->end()
->scalarNode('prefix_key')->end()
->scalarNode('hash')->end()
->scalarNode('distribution')->end()
->booleanNode('libketama_compatible')->end()
->booleanNode('buffer_writes')->end()
->booleanNode('binary_protocol')->end()
->booleanNode('no_block')->end()
->booleanNode('tcp_nodelay')->end()
->scalarNode('socket_send_size')->end()
->scalarNode('socket_recv_size')->end()
->scalarNode('connect_timeout')->end()
->scalarNode('retry_timeout')->end()
->scalarNode('send_timeout')->end()
Expand Down

0 comments on commit 4e5d0c7

Please sign in to comment.