Skip to content

yoramvandevelde/MemBashed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MemBashed

  • A bash interface to the MemCached memory keystore.

Could be nice for IPC or really fast cross process storing of values.

$ source MemBashed.bash 
$ m_stats | egrep "uptime|pid"
STAT pid 4487
STAT uptime 51027
$ m_set MEMCACHED_FOR_ALL yes
$ m_get MEMCACHED_FOR_ALL
yes

If you have any contributions, please share them.