Replies: 2 comments 2 replies
-
Redis is also used by vulnerability scanners to (temporarily) cache scan results: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Removing Redis means rewriting jobservice. That probably would be huge work. Meanwhile, Redis is used for session cache/registry metadata cache, removing Redis may influence the scalability of Harbor. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How much effort would it take to move away from Redis and only use PGSQL?
At the moment, (to my knowledge), Harbor uses Redis for caching and data storage (Jobs).
Having to maintain Redis for such a small piece of functionality requires a significant maintenance overhead.
My suggestion is:
Fulfilling 1. would be already a major step forward in reducing the complexity of the deployment.
Here are some reference that I could find for 1, and 2
Beta Was this translation helpful? Give feedback.
All reactions