You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. momento cache create --name mycache can be also done as momento cache create mycache
Similarly for Gets and Sets moment cache set --key myKey --value myValue can also be done as momento cache set myKey myValue moment cache get --key myKey can also be done as momento cache get myKey
The text was updated successfully, but these errors were encountered:
e.g.
momento cache create --name mycache
can be also done asmomento cache create mycache
Similarly for Gets and Sets
moment cache set --key myKey --value myValue
can also be done asmomento cache set myKey myValue
moment cache get --key myKey
can also be done asmomento cache get myKey
The text was updated successfully, but these errors were encountered: