public interface Node
Modifier and Type | Interface and Description |
---|---|
static class |
Node.ParenMode |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns the string form of this node.
|
String |
toString(Node.ParenMode mode)
Returns the string form of this node.
|
String toString(Node.ParenMode mode)
mode
- Whether the string should be encapsulated in parentheses (...)
String toString()
Client.search(Query)
Copyright © 2021 RedisLabs. All rights reserved.