sorentwo / readthis

:newspaper: Pooled active support compliant caching with redis
MIT License
504 stars 40 forks source link

1.4.0 UnknownCommandError locating mexpire script. #47

Closed nomoon closed 8 years ago

nomoon commented 8 years ago

Trying to access the cache in rails I get the following error:

Readthis::UnknownCommandError: unknown command 'mexpire'
from .../readthis-1.4.0/lib/readthis/scripts.rb:47:in `rescue in load_script!'

It seems that the gem can't find the lua file?

sorentwo commented 8 years ago

Thanks for the report, you're absolutely right. Bonehead move on my part, fixed with cd9de26 and released with v1.4.1

nomoon commented 8 years ago

Thanks very much!