Skip to main content

ARDELRANGE

Delete occupied slots in one or more inclusive ranges.
1 min read

Deleting values leaves holes and does not shift later values.

Arguments#

keystringrequired#

The array key.

ranges...[number | string, number | string][]required#

One or more inclusive start-end pairs, passed as separate arguments.

Response#

numberrequired

The number of values removed across the ranges. Overlapping ranges do not count a value twice.

See the server command reference for protocol details.

Was this page helpful?