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

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.

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
```