Skip to main content

ARMGET

Read several array slots in request order.
1 min read

Arguments#

keystringrequired#

The array key.

indexes...(number | string)[]required#

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.

Was this page helpful?