Ask a question to get started
Enter to sendā¢Shift+Enter new line
get( self, keys: Sequence[FullKey], ) -> dict[FullKey, ValueT
keys
Sequence[FullKey]
Get cached values synchronously.
Note:
Only supported from a background thread. From the main async thread use aget.
aget
Sequence of (namespace, key) tuples.