Skip to content
This repository has been archived by the owner. It is now read-only.

s3verus/work_with_redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

work_with_redis

Using Redis in a Simple Rust web service

Usage:

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

TODOs:

  • add more test
  • edit names
  • remove unwrap and add logger
  • connection pool

About

Using Redis in a Simple Rust web service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages