Skip to content

Commit

Permalink
Update redis.xml
Browse files Browse the repository at this point in the history
Fixes #375
  • Loading branch information
snc authored Dec 1, 2017
1 parent 58f8f3c commit 73c87c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/redis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<tag name="data_collector" template="@SncRedis/Collector/redis.html.twig" id="redis" />
<argument type="service" id="snc_redis.logger" />
</service>
<service id="snc_redis.command.flush_all" class="Snc\RedisBundle\Command\RedisFlushallCommand" public="false">
<service id="snc_redis.command.flush_all" class="Snc\RedisBundle\Command\RedisFlushallCommand">
<tag name="console.command" command="redis:flushall" />
</service>
<service id="snc_redis.command.flush_db" class="Snc\RedisBundle\Command\RedisFlushdbCommand" public="false">
<service id="snc_redis.command.flush_db" class="Snc\RedisBundle\Command\RedisFlushdbCommand">
<tag name="console.command" command="redis:flushdb" />
</service>
</services>
Expand Down

0 comments on commit 73c87c4

Please sign in to comment.