yoramvandevelde / MemBashed

A bash interface to Memcached

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A bash interface to Memcached

License:MIT License


Languages

Language:Shell 100.0%