Implement a simple key value cache using thrift and Python
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 -m cache run-server
python3 -m cache run-client
pytest cache
flake8 cache --exclude gen
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implement a simple key value cache using thrift and Python
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 -m cache run-server
python3 -m cache run-client
pytest cache
flake8 cache --exclude gen