ananthakumaran/memcachex

Support `:ttl` option on `cas/4`

Closed this issue · 0 comments

Currently, Memcache.cas/4 does not accept a :ttl option like most of the other functions that set cache keys. Can support be added, where the :ttl value gets passed through to the set_cas/5 call?

I'd be happy to post a PR for this change. Thanks for providing such a great library with quality docs!