MCPcopy
hub / github.com/redis/go-redis / String

Method String

search_commands.go:2331–2333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2329}
2330
2331func (cmd *FTSpellCheckCmd) String() string {
2332 return cmdString(cmd, cmd.val)
2333}
2334
2335func (cmd *FTSpellCheckCmd) SetVal(val []SpellCheckResult) {
2336 cmd.val = val

Callers

nothing calls this directly

Calls 1

cmdStringFunction · 0.85

Tested by

no test coverage detected