Modal Dicts and Queues

Distributed key-value store (modal.Dict) and distributed queue (modal.Queue) for passing state and messages between functions and containers. Accessed exclusively through the SDK; no public REST interface.

API entry from apis.yml

apis.yml Raw ↑
aid: modal-labs:modal-labs-dicts-queues-api
name: Modal Dicts and Queues
tags:
- Dicts
- Queues
- Key Value
- Messaging
- SDK
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://modal.com/docs/guide/dicts-and-queues
properties:
- url: https://modal.com/docs/guide/dicts-and-queues
  type: Documentation
- url: https://modal.com/docs/reference/modal.Dict
  type: APIReference
description: Distributed key-value store (modal.Dict) and distributed queue (modal.Queue) for passing
  state and messages between functions and containers. Accessed exclusively through the SDK; no public
  REST interface.