arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 127 forks source link

Return false on rails client on delete notfound #149

Closed arthurnn closed 10 years ago

arthurnn commented 10 years ago

For compatibility with other memcached drivers, we should return false when delete was not found.

@evan thoughts?

cc @dylanahsmith