arthurnn / memcached

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

CAS `nil` error when support_cas=false #154

Open arthurnn opened 10 years ago

arthurnn commented 10 years ago

If ClientError is raised - https://github.com/evan/memcached/blob/1c659c0d15bcdbd058fff89cc2a696c141011ef4/lib/memcached/memcached.rb#L434 tries variable will be nil, and this line will :bomb: https://github.com/evan/memcached/blob/1c659c0d15bcdbd058fff89cc2a696c141011ef4/lib/memcached/memcached.rb#L454 cc @fbogsany