SEARCH.ALIASDEL to remove a search index alias.
Only the alias is removed: the index it pointed to, and the documents indexed in it, are untouched and remain reachable under their real name. Queries that still use the alias fail once it is gone.
See Deleting an Alias for the feature guide.
Syntax
Response
Returns1 if the alias was deleted or 0 if the alias was not found.
Examples
Redis CLI
Redis CLI
@upstash/redis
@upstash/redis
upstash_redis
upstash_redis
ioredis
ioredis
node-redis
node-redis
curl
curl