-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: redis #859
feat: redis #859
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you cooked @DOOduneye 👨🍳 !!! great use of interfaces 👑 some nits then looks good to merge
- username: redis_active_tokens | ||
host: 127.0.0.1 | ||
port: 6379 | ||
password: redis_active_token!#1 |
Check failure
Code scanning / CodeQL
Password in configuration file
- username: redis_blacklist | ||
host: 127.0.0.1 | ||
port: 6380 | ||
password: redis_blacklist!#2 |
Check failure
Code scanning / CodeQL
Password in configuration file
- username: redis_limiter | ||
host: 127.0.0.1 | ||
port: 6381 | ||
password: redis_limiter!#3 |
Check failure
Code scanning / CodeQL
Password in configuration file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good stuff @DOOduneye
No description provided.