Using Redis in a Simple Rust web service
add to block list:
curl -d "hell.com" -X POST 127.0.0.1:1337/block
remove from block list:
curl -d "hell.com" -X POST 127.0.0.1:1337/release
check block list:
curl -d "hell.com" -X POST 127.0.0.1:1337/check
- add more test
- edit names
- remove unwrap and add logger
- connection pool