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
BackendにSpannerのTTLを利用するキャッシュサービスを構築する。
Memorystoreを使う場合、VPC接続が必要になるのと、Instanceの料金が地味にかかる Spannerを使ってるなら、Spanner上にキャッシュ構築すれば良いんじゃないか?という考え
The text was updated successfully, but these errors were encountered:
add mole v0 interface refs #70
7aaec89
シンプルなKeyValueのキャッシュを行うサービスのinterfaceを作成
02e70ae
No branches or pull requests
WHAT
BackendにSpannerのTTLを利用するキャッシュサービスを構築する。
WHY
Memorystoreを使う場合、VPC接続が必要になるのと、Instanceの料金が地味にかかる
Spannerを使ってるなら、Spanner上にキャッシュ構築すれば良いんじゃないか?という考え
The text was updated successfully, but these errors were encountered: