-
Notifications
You must be signed in to change notification settings - Fork 8
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
Remove redis_get/redis_set from functions where possible##274 #280
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.
Nice work -
Marked some issues. There are also some linting issues that can be resolved using black or ruff.
lgtm. thanks Naresh! |
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.
Last change - can you change all instances of redis_get("time_stamp") to redis_get("timestamp")? That's what our cache entry is
duplicate |
reducing the multiple times calling cache to improve better optimization