tarjei / MemcacheBundle

A Memcached service for Symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config Error

salehsed opened this issue · comments

Instead of :

memcache:
    use_mock: false
    port: 11211
    host: localhost 

should be :

sm_memcache:
    use_mock: false
    port: 11211
    host: localhost  

Thanks for filing an issue, fixed now.

Btw, have you tried the fork and edit file functionality in github? Very usefull in cases like this.