arthurnn / memcached

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

Add deprecations and remove an experimental method #201

Closed dylanahsmith closed 3 years ago

dylanahsmith commented 3 years ago

@casperisfine please review

Rlibmemcached exposes a lot of libmemcached internals that will change when upgrading libmemcached, so it should be deprecated before the 2.0 release.

Also, I noticed that memcached_get_from_last and memcached_get_len were removed from libmemcached. The former was only exposed through an Experimental module, so I just removed it. The latter, I deprecated.

arthurnn commented 3 years ago

💟