minad / olelo

Wiki with git backend
MIT License
241 stars 44 forks source link

Fix bug in store handling for memcache with dalli #69

Closed luxflux closed 12 years ago

luxflux commented 12 years ago

Hi

I wanted to use dalli as my memcache "handler" but it did not work. I always got a startup error like ERROR -- : undefined methodnew' for Dalli:Module (NoMethodError)` and it did not work.

This commit fixes this.

regards raf