Skip to content

DELINDEX

Josh Baker edited this page Oct 11, 2016 · 7 revisions

DELINDEX index

Removes the specified index.

Return value

Integer reply:

  • 0 index not found
  • 1 index removed

Examples

> SETINDEX idx1 * TEXT
OK
> DELINDEX idx1
(integer) 1

Related commands

DELINDEX, INDEXES, ITER, RECT, SETINDEX