Skip to main content

Arguments

string
required
The array key.
...(number | string)[]
required
One or more indexes, passed as separate arguments.

Response

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.