https://github.com/hackjutsu/memcached-python-demo
https://github.com/hackjutsu/memcached-python-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackjutsu/memcached-python-demo
- Owner: hackjutsu
- Created: 2017-05-17T07:16:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T05:07:02.000Z (almost 9 years ago)
- Last Synced: 2025-02-07T20:23:03.132Z (about 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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