Avital Fine

Results 6 comments of Avital Fine

https://github.com/RedisGraph/redisgraph-go/blob/f90645110e16a1ecfb4e95712f54c75cbc4ee119/graph.go#L122 Is it not what you mean?

Should it also be supported in FT.PROFILE command?

[ZINTERCARD](https://redis.io/commands/zintercard) is available since 7.0.0.

Now you can add an alias (after [this PR](https://github.com/StackExchange/StackExchange.Redis/pull/1808)) ``` Schema sc = new Schema().AddField(new TextField(FieldName.Of("f1").As("f1_text"), noStem: true)).AddTagField(FieldName.Of("f1").As("f1_tag")); ```

Hi @mgravell This means you will be able to create a JSON doc which RediSearch will index. Currently, RediSearch have: `FT.CREATE {index} [ON {structure}] … SCHEMA {field} …` Where: **structure**...