https://github.com/douban/douban-mc
Douban's Memcached lib for python.
https://github.com/douban/douban-mc
Last synced: 8 months ago
JSON representation
Douban's Memcached lib for python.
- Host: GitHub
- URL: https://github.com/douban/douban-mc
- Owner: douban
- License: other
- Created: 2014-02-12T02:33:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T15:17:30.000Z (almost 12 years ago)
- Last Synced: 2025-03-20T14:40:36.384Z (9 months ago)
- Language: Python
- Size: 129 KB
- Stars: 27
- Watchers: 12
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
## Douban MC
#### Dependency
[Douban Utils](https://github.com/douban/douban-utils)
#### Quick Start
```
1. virtualenv venv
2. . venv/bin/activate
3. memcached -p 11211
4. memcached -p 11212
5. memcached -p 11213
6. python setup.py install
7. python setup.py test
```