Open
Description
I noticed an issue with the QueryResult -> parseRecords logic when running a query against a redis read-only replica. Specific issue around Labels retrieval that it called internally when parsing a node:
Line 143 in 3b0ad09
Line 178 in 3b0ad09
Turned out the Labels()
calls procedure internally
Lines 283 to 284 in 3b0ad09
g.Query(q)
which will obviously fail on read-only replicas.
Line 279 in 3b0ad09
I'm happy to submit a PR for this issue as I've already solved it in my current project.
Metadata
Metadata
Assignees
Labels
No labels