Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 305 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 305 Bytes

momento-dogpile

Demo showing Momento serverless cache w/ dogpile wrapper

Running

  1. Install Dependencies: pipenv install
  2. Run:
 $ MOMENTO_CACHE=default \
 MOMENTO_AUTH_TOKEN=** \
    pipenv run python example_usage.py

world
foo
[1, 2, 3]
['a', 'b', 'c']
['helloBiz1', 'helloBiz2']

$