Skip to content

OKayInc/memcachedfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemcachedFS

Inspired by the original work of Tsukasa Hamano, memcachefs, OKay INC proudly presents the Memcached FUSE Filesystem.

Installing

memcachedfs uses CMake.

From source

git clone https://github.com/OKayInc/memcachedfs
cd memcachedfs
mkdir build
cd buid
cmake ..
make
make install

Requirements

  • libmemcached 1.0
  • libfuse 2.9+

Known Issues

  • memcachedfs uses libmemcached to interact with the memcached daemon. libmemcached's memcached_dump function doesn't always return all the object keys.
  • the df command doesn't report the exact used space.

TODO

  • Linux mount wrappers.
  • Better internal structures to handle memcached information.
  • Configurable expiration time.

More Information

Feel free to read Inside Out MecachedFS Article.