Ask a question to get started
Enter to sendā¢Shift+Enter new line
set( self, pairs: Mapping[FullKey, tuple[ValueT, int | None]], ) ->
pairs
Mapping[FullKey, tuple[ValueT, int | None]]
Set cached values synchronously.
Note:
Only supported from a background thread. From the main async thread use aset.
aset
Mapping of (namespace, key) to (value, ttl_seconds).