summaryrefslogtreecommitdiff
path: root/redis/commands/graph
Commit message (Expand)AuthorAgeFilesLines
* add type checking for graph __eq__ (#2531)dvora-h2023-01-083-0/+12
* Combine auto-concatenated strings (#2482)David Gilman2022-12-141-1/+1
* change return type of parse_bollean to bool (#2364)dvora-h2022-09-041-1/+1
* Add support for async GRAPH module (#2273)dvora-h2022-07-283-133/+513
* Graph - add counters for removed labels and properties (#2292)DvirDukhan2022-07-261-0/+24
* Fix modules links to https://redis.io/commands/ (#2185)Avital Fine2022-05-171-8/+7
* fix TypeError (#2050)dvora-h2022-03-142-0/+5
* Adding ExecutionPlan support for graph (#1993)Chayim2022-02-162-21/+239
* Fix naming conventions (#1872)dvora-h2022-02-024-14/+14
* Fixing TypeError in GraphCommands.explain (#1901)dvora-h2022-01-261-0/+2
* Typo and typing in GraphCommands documentation (#1855)Andrew Chen Wang2022-01-101-2/+2
* Documentation cleanup (#1841)Chayim2021-12-301-2/+0
* Adding cluster, bloom, and graph docs (#1779)v4.1.0rc2Chayim2021-12-091-0/+2
* Adding RedisGraph support (#1673)Avital Fine2021-11-307-0/+972