File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ func ExampleClient() {
92
92
| [ FT.GET] ( https://oss.redislabs.com/redisearch/Commands.html#ftget ) | [ Get] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Client.Get ) |
93
93
| [ FT.MGET] ( https://oss.redislabs.com/redisearch/Commands.html#ftmget ) | [ MultiGet] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Client.Multi ) |
94
94
| [ FT.DROP] ( https://oss.redislabs.com/redisearch/Commands.html#ftdrop ) | [ Drop] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Client.Drop ) |
95
- | [ FT.TAGVALS] ( https://oss.redislabs.com/redisearch/Commands.html#fttagvals ) | N/A |
95
+ | [ FT.TAGVALS] ( https://oss.redislabs.com/redisearch/Commands.html#fttagvals ) | [ GetTagVals ] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Client.GetTagVals ) |
96
96
| [ FT.SUGADD] ( https://oss.redislabs.com/redisearch/Commands.html#ftsugadd ) | [ AddTerms] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Autocompleter.AddTerms ) |
97
97
| [ FT.SUGGET] ( https://oss.redislabs.com/redisearch/Commands.html#ftsugget ) | [ SuggestOpts] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Autocompleter.SuggestOpts ) |
98
98
| [ FT.SUGDEL] ( https://oss.redislabs.com/redisearch/Commands.html#ftsugdel ) | [ DeleteTerms] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Autocompleter.DeleteTerms ) |
@@ -104,5 +104,5 @@ func ExampleClient() {
104
104
| [ FT.DICTADD] ( https://oss.redislabs.com/redisearch/Commands.html#ftdictadd ) | [ DictAdd] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Client.DictAdd ) |
105
105
| [ FT.DICTDEL] ( https://oss.redislabs.com/redisearch/Commands.html#ftdictdel ) | [ DictDel] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Client.DictDel ) |
106
106
| [ FT.DICTDUMP] ( https://oss.redislabs.com/redisearch/Commands.html#ftdictdump ) | [ DictDump] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Client.DictDump ) |
107
- | [ FT.CONFIG] ( https://oss.redislabs.com/redisearch/Commands.html#ftconfig ) | N/A |
107
+ | [ FT.CONFIG] ( https://oss.redislabs.com/redisearch/Commands.html#ftconfig ) | [ SetConfig ] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Client.SetConfig ) 、 [ GetConfig ] ( https://godoc.org/github.com/RediSearch/redisearch-go/redisearch#Client.GetConfig ) |
108
108
You can’t perform that action at this time.
0 commit comments