Replies: 1 comment 3 replies
-
@aixart12 thanks for the interest in building a frontend tool. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on transitioning a command-line tool into a backend using the Echo framework in Go. I’m also in the process of learning Go and building a frontend for this tool.
Here's my main question: if I don't need to save any persistent data, would it make more sense to use Redis instead of PostgreSQL? I’m leaning towards Redis for caching and in-memory operations, but I’d love to hear opinions on the best approach.
Any advice on structuring this project or optimizing it for performance would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions