Arguments#
The array key.
One or more indexes, passed as separate arguments.
Response#
(TData | null)[]required
One value per requested index, with null (TypeScript) / None (Python) for empty slots or missing keys.
Values use the SDK's automatic deserialization. Use TData to describe stored JSON values; it defaults to string.
See the server command reference for protocol details.