An open API service indexing awesome lists of open source software.

https://github.com/hackjutsu/memcached-python-demo


https://github.com/hackjutsu/memcached-python-demo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Demo for pylibmc

Launch the memcached server
```bash
memcached -d
```

Set up python virtual environment
```bash
virtualenv ENV
. ENV/bin/activate
```

Install dependencies
```bash
brew install libmemcached
pip install -r requirements.txt
```

Run the code
```bash
python py-memcached.py
```

## License
MIT