Skip to content

Commit ca85f82

Browse files
authored
refactor!: Remove graph module (#2897)
https://redis.io/blog/redisgraph-eol/
1 parent 8b4ed00 commit ca85f82

35 files changed

+0
-1196
lines changed

.github/release-drafter/graph-config.yml

-49
This file was deleted.

.github/workflows/release-drafter-graph.yml

-24
This file was deleted.

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ npm install redis
4848
| [`redis`](./packages/redis) | The client with all the ["redis-stack"](https://github.com/redis-stack/redis-stack) modules |
4949
| [`@redis/client`](./packages/client) | The base clients (i.e `RedisClient`, `RedisCluster`, etc.) |
5050
| [`@redis/bloom`](./packages/bloom) | [Redis Bloom](https://redis.io/docs/data-types/probabilistic/) commands |
51-
| [`@redis/graph`](./packages/graph) | [Redis Graph](https://redis.io/docs/data-types/probabilistic/) commands |
5251
| [`@redis/json`](./packages/json) | [Redis JSON](https://redis.io/docs/data-types/json/) commands |
5352
| [`@redis/search`](./packages/search) | [RediSearch](https://redis.io/docs/interact/search-and-query/) commands |
5453
| [`@redis/time-series`](./packages/time-series) | [Redis Time-Series](https://redis.io/docs/data-types/timeseries/) commands |

docs/v4-to-v5.md

-4
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ In v5, any unwritten commands (in the same pipeline) will be discarded.
211211

212212
- `TOPK.QUERY`: `Array<number>` -> `Array<boolean>`
213213

214-
### Graph
215-
216-
- `GRAPH.SLOWLOG`: `timestamp` has been changed from `Date` to `number`
217-
218214
### JSON
219215

220216
- `JSON.ARRINDEX`: `start` and `end` arguments moved to `{ range: { start: number; end: number; }; }` [^future-proofing]

packages/graph/.nycrc.json

-4
This file was deleted.

packages/graph/.release-it.json

-11
This file was deleted.

packages/graph/README.md

-34
This file was deleted.

packages/graph/lib/commands/CONFIG_GET.spec.ts

-23
This file was deleted.

packages/graph/lib/commands/CONFIG_GET.ts

-16
This file was deleted.

packages/graph/lib/commands/CONFIG_SET.spec.ts

-20
This file was deleted.

packages/graph/lib/commands/CONFIG_SET.ts

-11
This file was deleted.

packages/graph/lib/commands/DELETE.spec.ts

-22
This file was deleted.

packages/graph/lib/commands/DELETE.ts

-11
This file was deleted.

packages/graph/lib/commands/EXPLAIN.spec.ts

-24
This file was deleted.

packages/graph/lib/commands/EXPLAIN.ts

-12
This file was deleted.

packages/graph/lib/commands/LIST.spec.ts

-20
This file was deleted.

packages/graph/lib/commands/LIST.ts

-11
This file was deleted.

packages/graph/lib/commands/PROFILE.spec.ts

-21
This file was deleted.

packages/graph/lib/commands/PROFILE.ts

-12
This file was deleted.

0 commit comments

Comments
 (0)