memcachefs

A FUSE-based filesystem which can mount the memcache server
Download

memcachefs Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Tsukasa Hamano
  • Publisher web site:

memcachefs Tags


memcachefs Description

A FUSE-based filesystem which can mount the memcache server memcachefs project is FUSE based filesystem which mount the memcache server. It allows to view cache data of memcached as like regular files.Usage:mount the memcahed mkdir mnt ./memcachefs localhost:11211 ./mnt set a cache data echo "value" > ./mnt/key get a cache data cat ./mnt/key value list keys ls -l ./mnt total 0 -rw-rw-rw- 1 hamano hamano 6 Jan 1 1970 key delete a cache data rm ./mnt/key rename cache data mv ./mnt/key ./mnt/key.bak unmount fusermount -u ./mnt Requirements: · Filesystem in Userspace · libmemcache


memcachefs Related Software