We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 추천 최적화 코드는 자바에 Map 으로 캐싱함. 하지만 scale out 에 따라 서버간의 데이터 정합성이 깨짐. Redis를 이용해 서버간의 데이터 정합성을 보장 필요.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
현상:
현재 추천 최적화 코드는 자바에 Map 으로 캐싱함. 하지만 scale out 에 따라 서버간의 데이터 정합성이 깨짐. Redis를 이용해 서버간의 데이터 정합성을 보장 필요.
The text was updated successfully, but these errors were encountered: