arthurnn / memcached

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

Is anyone using version 2 yet? #206

Closed arthurnn closed 2 years ago

arthurnn commented 2 years ago

After debugging some error in the 1.8 version of the gem, it reminded me how that code is, and that it deserved to be better. This also reminded me that we did a re-write of it in master, and called version 2. However, At GitHub we never had time to really ship that to production. Thus it is still called "2.0.0.alpha" And we never released it to rubygems.org.

Is anyone using that version already? Is Shopify? cc @byroot @dylanahsmith Would love more information if anyone else is using it in production and how close we are to releasing a beta version, and actually a final 2.0 version.

Thanks

byroot commented 2 years ago

No we're still on 1-0-stable, and there's no short term plan to upgrade as we're supposed to migrate off memcached entirely in favor of another caching service at some point.

arthurnn commented 2 years ago

Thanks @byroot for the answer.