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
Implement a simple key value cache using thrift and Python
PythonApache-2.0
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