Skip to content

hackjutsu/memcached-python-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo for pylibmc

Launch the memcached server

memcached -d

Set up python virtual environment

virtualenv ENV
. ENV/bin/activate

Install dependencies

brew install libmemcached
pip install -r requirements.txt

Run the code

python py-memcached.py

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages