Skip to content

duyvu997/rate-limiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rate-limiter

a simple rate limit

start redis docker

docker run -d -p 6379:6379 --name rd redis

test command execution

curl --location 'http://localhost:7005/ping' --header 'user_id: 111112' 

Releases

No releases published

Packages

No packages published