Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 359 Bytes

File metadata and controls

21 lines (13 loc) · 359 Bytes

MomentoCacheInDotNET

.NETでMomneto Cacheを実行する

setup

C#のパッケージを追加します。

dotnet add package Momento.Sdk

APIキーを環境変数に設定します。

export MOMENTO_AUTH_TOKEN="token"

参考

Getting Started with Momento Cache in .NET