ngmoco / cache-money

A Write-Through Cacheing Library for ActiveRecord
Apache License 2.0
161 stars 31 forks source link

Memcached ActiveSupport::Duration vs time_t error #17

Closed betamatt closed 13 years ago

betamatt commented 13 years ago

Newer versions of memcached error if expires_in isn't cast as a plain integer. ActiveSupport::Duration types provided by 10.minutes, etc, are no good.

ashleym1972 commented 13 years ago

Saw that today. I have a fix.

On Mar 16, 2011, at 10:27, betamatt reply@reply.github.com wrote:

Newer versions of memcached error if expires_in isn't cast as a plain integer. ActiveSupport::Duration types provided by 10.minutes, etc, are no good.

Reply to this email directly or view it on GitHub: https://github.com/ngmoco/cache-money/pull/17

ashleym1972 commented 13 years ago

Pulled.