mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
Flashcached integration was done relying on certain similarities between flashcached and memcached. Old assumptions no longer hold. As a result, the current code is terrible to integrate the slab allocator into it, while keeping flashcached alive. This patch reverts flashcached from memcached. It should be re-integrated in the future, but definitely in a better way.