Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 344 Bytes

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.