Redisearch: Allow FT.DEBUG to return the list of indexes already created

Created on 1 Mar 2019  路  6Comments  路  Source: RediSearch/RediSearch

Hi,

I have been looking at the documentation for RedisSearch module and I have not found a way to introspect the redis instance for a list of already created indexes.
Should this not be possible by issuing the FT.CONIFG may without any args ?

enhancement no-issue-activity

All 6 comments

Sorry I just realized that I can use the :

scan 0 match ft*

To achieve this

We will add it using the FT.DEBUG command (changing the topic).

Hi @MeirShpilraien,

Thank you for thanking input onboard.
Additionaly I think that it would be handy to have command to dump and a given index creation schema.
This would dump out the one existing index schema for inspection.

Kindly
Luis Oscar Trigueiros

You can do it using FT.INFO

Stale issue message

This is available as FT._LIST in redisearch 2.0 now

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yansuihehe picture yansuihehe  路  5Comments

ethan-tr picture ethan-tr  路  8Comments

dme-development picture dme-development  路  8Comments

zhangkyou picture zhangkyou  路  4Comments

onexdrk picture onexdrk  路  6Comments