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 ?
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